ExistsType.Item 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 Item property gets or sets the property that is determined to exist on an item.
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 either a PathToUnindexedFieldType, a PathToIndexedFieldType, or a PathToExtendedFieldType object.