ServiceObjectItem - свойство
Gets the value of specified property in this instance.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Object this[
PropertyDefinitionBase propertyDefinition
] { get; }
Public ReadOnly Default Property Item (
propertyDefinition As PropertyDefinitionBase
) As Object
Get
public:
property Object^ default[PropertyDefinitionBase^ propertyDefinition] {
Object^ get (PropertyDefinitionBase^ propertyDefinition);
}
member Item : Object with get
- propertyDefinition PropertyDefinitionBase
- Definition of the property to get.
Object ServiceVersionException | Raised if this property requires a later version of Exchange. |
PropertyException | Raised if this property hasn't been assigned or loaded. Raised for set if property cannot be updated or deleted. |