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