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