ItemResponseShapeType.AdditionalProperties Property

Definition

The AdditionalProperties property gets or sets a set of requested additional properties to return in a response.

public:
 property cli::array <ExchangeWebServices::BasePathToElementType ^> ^ AdditionalProperties { cli::array <ExchangeWebServices::BasePathToElementType ^> ^ get(); void set(cli::array <ExchangeWebServices::BasePathToElementType ^> ^ value); };
public ExchangeWebServices.BasePathToElementType[] AdditionalProperties { get; set; }
Public Property AdditionalProperties As BasePathToElementType()

Property Value

The AdditionalProperties property contains an array of objects with a base type of BasePathToElementType. PathToUnindexedFieldType, PathToIndexedFieldType, and PathToExtendedFieldType are the possible types that can be set for this property.

Remarks

Additional properties are only set for requests.

Applies to