PropertyDefinition Class

Definition

Represents the definition of a folder or item property.

public ref class PropertyDefinition abstract : Microsoft::Exchange::WebServices::Data::ServiceObjectPropertyDefinition
public abstract class PropertyDefinition : Microsoft.Exchange.WebServices.Data.ServiceObjectPropertyDefinition
Public MustInherit Class PropertyDefinition
Inherits ServiceObjectPropertyDefinition
Inheritance

Properties

Name

Gets the name of the property.

Type

Gets the type of the property.

(Inherited from PropertyDefinitionBase)
Version

Gets the minimum Exchange version that supports this property.

Methods

GetJsonType()

Gets the JavaScript Object Notation (JSON) variable type of the associated property, for example, string, number, object, array, or Boolean. The GetJsonType() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

(Inherited from ServiceObjectPropertyDefinition)
ToString()

Returns a String that represents the current Object.

(Inherited from PropertyDefinitionBase)

Applies to