ServiceObjectItem - свойство |
Gets the value of specified property in this instance.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: Tessa.Exchange.WebServices.DataPropertyDefinitionBase
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. |
См. также