TeamMailbox.Active property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property Active As Boolean
Get
'Usage
Dim instance As TeamMailbox
Dim value As Boolean
value = instance.Active
public bool Active { get; }
Property value
Type: System.Boolean