ExtensibleMessageInfo.Queue Property
Namespace: Microsoft.Exchange.Data.QueueViewer
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Queue As QueueIdentity
Get
'Usage
Dim instance As ExtensibleMessageInfo
Dim value As QueueIdentity
value = instance.Queue
public QueueIdentity Queue { get; }