ServiceObjectPropertyDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a property definition for a service object.
public ref class ServiceObjectPropertyDefinition abstract : Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase
public abstract class ServiceObjectPropertyDefinition : Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase
Public MustInherit Class ServiceObjectPropertyDefinition
Inherits PropertyDefinitionBase
- Inheritance
- Derived
Properties
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. |
ToString() |
Returns a String that represents the current Object. (Inherited from PropertyDefinitionBase) |