ItemResponseShapeType.AdditionalProperties Property
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.
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.