ChangeDescriptionType.Item Property

Definition

The Item property gets or sets the property to update.

public:
 property ExchangeWebServices::BasePathToElementType ^ Item { ExchangeWebServices::BasePathToElementType ^ get(); void set(ExchangeWebServices::BasePathToElementType ^ value); };
public ExchangeWebServices.BasePathToElementType Item { get; set; }
Public Property Item As BasePathToElementType

Property Value

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

Applies to