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.6.0.22
public bool TryGetProperty<T>(
PropertyDefinitionBase propertyDefinition,
out T propertyValue
)
Public Function TryGetProperty(Of T) (
propertyDefinition As PropertyDefinitionBase,
<OutAttribute> ByRef propertyValue As T
) As Boolean
public:
generic<typename T>
bool TryGetProperty(
PropertyDefinitionBase^ propertyDefinition,
[OutAttribute] T% propertyValue
)
member TryGetProperty :
propertyDefinition : PropertyDefinitionBase *
propertyValue : 'T byref -> bool
- propertyDefinition PropertyDefinitionBase
- The property definition.
- propertyValue T
- The property value.
- T
- Type of expected property value.
BooleanTrue if property retrieved, false otherwise.