ChangeDescriptionType.Item Property

The Item property gets or sets the property to update.

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

Syntax

'Declaration
Public Property Item As BasePathToElementType
    Get
    Set
'Usage
Dim instance As ChangeDescriptionType
Dim value As BasePathToElementType

value = instance.Item

instance.Item = value
public BasePathToElementType Item { get; set; }

Property Value

Type: ExchangeWebServices.BasePathToElementType
The Item property returns a BasePathToElementType object that represents the property to update. The BasePathToElementType object can be a PathToUnindexedFieldType, PathToIndexedFieldType, or PathToExtendedFieldType.