Share via


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

Return value

Type: System.Boolean

See also

Reference

AsyncOperationNotification class

AsyncOperationNotification members

Microsoft.Exchange.Data.Storage.Management namespace