AsyncOperationNotification.GetExtendedAttributeValue method
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Function GetExtendedAttributeValue ( _
key As String _
) As LocalizedString
'Usage
Dim instance As AsyncOperationNotification
Dim key As String
Dim returnValue As LocalizedString
returnValue = instance.GetExtendedAttributeValue(key)
public LocalizedString GetExtendedAttributeValue(
string key
)
Parameters
- key
Type: System.String
Return value
Type: Microsoft.Exchange.Data.Common.LocalizedString
See also
Reference
AsyncOperationNotification class