ServiceObject.Item[PropertyDefinitionBase] 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.
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.