Table of Contents

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

Type

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

string

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.