Class PropertyDefinitionBase
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the base class for all property definitions.
public abstract class PropertyDefinitionBase
- Inheritance
-
PropertyDefinitionBase
- Derived
- Inherited Members
Properties
Type
Gets the type of the property.
public abstract Type Type { get; }
Property Value
Version
Gets the minimum Exchange version that supports this property.
public abstract ExchangeVersion Version { get; }
Property Value
- ExchangeVersion
The version.
Methods
GetJsonType()
Gets the type for json.
protected abstract string GetJsonType()
Returns
ToString()
public override string ToString()