ServiceObjectTryGetProperty(PropertyDefinitionBase, Object) - метод |
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(
PropertyDefinitionBase propertyDefinition,
out Object propertyValue
)
Public Function TryGetProperty (
propertyDefinition As PropertyDefinitionBase,
<OutAttribute> ByRef propertyValue As Object
) As Boolean
public:
bool TryGetProperty(
PropertyDefinitionBase^ propertyDefinition,
[OutAttribute] Object^% propertyValue
)
member TryGetProperty :
propertyDefinition : PropertyDefinitionBase *
propertyValue : Object byref -> bool
Параметры
- propertyDefinition
- Тип: Tessa.Exchange.WebServices.DataPropertyDefinitionBase
The property definition. - propertyValue
- Тип: SystemObject
The property value.
Возвращаемое значение
Тип:
BooleanTrue if property retrieved, false otherwise.
См. также