Для изменения размера нажмите или перетащите

ServiceObjectTryGetPropertyT(PropertyDefinitionBase, T) - метод

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

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

Параметры

propertyDefinition
Тип: Tessa.Exchange.WebServices.DataPropertyDefinitionBase
The property definition.
propertyValue
Тип: T
The property value.

Параметры типа

T
Type of expected property value.

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

Тип: Boolean
True if property retrieved, false otherwise.
См. также