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.6.0.22
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 PropertyDefinitionBase
- The property definition.
- propertyValue Object
- The property value.
BooleanTrue if property retrieved, false otherwise.