Class ExtendedProperty
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents an extended property.
public sealed class ExtendedProperty : ComplexProperty
- Inheritance
-
ExtendedProperty
- Inherited Members
Properties
PropertyDefinition
Gets the definition of the extended property.
public ExtendedPropertyDefinition PropertyDefinition { get; }
Property Value
Value
Gets or sets the value of the extended property.
public object Value { get; set; }
Property Value
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
Returns
Exceptions
- NullReferenceException
The
obj
parameter is null.
GetHashCode()
Serves as a hash function for a particular type.
public override int GetHashCode()