Sdílet prostřednictvím


ADGroup.GroupType Property

Namespace:  Microsoft.Exchange.Data.Directory.Recipient
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property GroupType As GroupTypeFlags
    Get
    Set
'Usage
Dim instance As ADGroup
Dim value As GroupTypeFlags

value = instance.GroupType

instance.GroupType = value
public GroupTypeFlags GroupType { get; set; }