AsyncOperationNotification.ExtendedAttributes property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property ExtendedAttributes As KeyValuePair(Of String, LocalizedString)()
Get
Set
'Usage
Dim instance As AsyncOperationNotification
Dim value As KeyValuePair(Of String, LocalizedString)()
value = instance.ExtendedAttributes
instance.ExtendedAttributes = value
public KeyValuePair<string, LocalizedString>[] ExtendedAttributes { get; set; }
Property value
Type: []
See also
Reference
AsyncOperationNotification class