Class ExtendedAttribute
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Class ExtendedAttribute
public sealed class ExtendedAttribute
- Inheritance
-
ExtendedAttribute
- Inherited Members
Constructors
ExtendedAttribute()
Initializes a new instance of the ExtendedAttribute class.
public ExtendedAttribute()
ExtendedAttribute(string, string)
Initializes a new instance of the ExtendedAttribute class.
public ExtendedAttribute(string name, string value)
Parameters
Properties
Name
Gets or sets the name.
public string Name { get; set; }
Property Value
- string
The name.
Value
Gets or sets the value.
public string Value { get; set; }
Property Value
- string
The value.