ServiceObjectPropertyDefinition.GetJsonType Method

Definition

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.

protected:
 override System::String ^ GetJsonType();
protected override string GetJsonType ();
Protected Overrides Function GetJsonType () As String

Returns

The JSON variable type.

Applies to