ServiceObjectTryGetProperty(PropertyDefinitionBase, Object) - метод

Try to get the value of a specified property in this instance.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public bool TryGetProperty(
	PropertyDefinitionBase propertyDefinition,
	out Object propertyValue
)

Параметры

propertyDefinition  PropertyDefinitionBase
The property definition.
propertyValue  Object
The property value.

Возвращаемое значение

Boolean
True if property retrieved, false otherwise.

См. также