ServiceObject.Item[PropertyDefinitionBase] Property

Definition

Gets the value of the specified property in this instance.

public:
 property System::Object ^ default[Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^] { System::Object ^ get(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ propertyDefinition); };
public object this[Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase propertyDefinition] { get; }
Default Public ReadOnly Property Item(propertyDefinition As PropertyDefinitionBase) As Object

Parameters

propertyDefinition
PropertyDefinitionBase

The definition of the property to get.

Property Value

A property.

Exceptions

The property requires a later version of Exchange.

The property has not been assigned or loaded. -or-The property cannot be updated or deleted.

Applies to