AsyncOperationNotification.TryGetExtendedAttributeValue method
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Function TryGetExtendedAttributeValue ( _
key As String, _
<OutAttribute> ByRef result As LocalizedString _
) As Boolean
'Usage
Dim instance As AsyncOperationNotification
Dim key As String
Dim result As LocalizedString
Dim returnValue As Boolean
returnValue = instance.TryGetExtendedAttributeValue(key, _
result)
public bool TryGetExtendedAttributeValue(
string key,
out LocalizedString result
)
Parameters
- key
Type: System.String
- result
Type: Microsoft.Exchange.Data.Common.LocalizedString
Return value
Type: System.Boolean
See also
Reference
AsyncOperationNotification class