Share via


ItemResponseShapeType.AdditionalProperties Property

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

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlArrayItemAttribute("FieldURI", GetType(PathToUnindexedFieldType), IsNullable:=False)> _
<XmlArrayItemAttribute("IndexedFieldURI", GetType(PathToIndexedFieldType), IsNullable:=False)> _
<XmlArrayItemAttribute("Path", IsNullable:=False)> _
<XmlArrayItemAttribute("ExtendedFieldURI", GetType(PathToExtendedFieldType), IsNullable:=False)> _
Public Property AdditionalProperties As BasePathToElementType()
[XmlArrayItemAttribute("FieldURI", typeof(PathToUnindexedFieldType), IsNullable=false)] 
[XmlArrayItemAttribute("IndexedFieldURI", typeof(PathToIndexedFieldType), IsNullable=false)] 
[XmlArrayItemAttribute("Path", IsNullable=false)] 
[XmlArrayItemAttribute("ExtendedFieldURI", typeof(PathToExtendedFieldType), IsNullable=false)] 
public BasePathToElementType[] AdditionalProperties { get; set; }
[XmlArrayItemAttribute(L"FieldURI", typeof(PathToUnindexedFieldType), IsNullable=false)] 
[XmlArrayItemAttribute(L"IndexedFieldURI", typeof(PathToIndexedFieldType), IsNullable=false)] 
[XmlArrayItemAttribute(L"Path", IsNullable=false)] 
[XmlArrayItemAttribute(L"ExtendedFieldURI", typeof(PathToExtendedFieldType), IsNullable=false)] 
public:
property array<BasePathToElementType^>^ AdditionalProperties {
    array<BasePathToElementType^>^ get ();
    void set (array<BasePathToElementType^>^ value);
}
/** @property */
public BasePathToElementType[] get_AdditionalProperties ()

/** @property */
public void set_AdditionalProperties (BasePathToElementType[] value)
public function get AdditionalProperties () : BasePathToElementType[]

public function set AdditionalProperties (value : 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)