Group.GroupType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the type of the security group.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public GroupType GroupType { get; set; }
public:
[DataMemberAttribute]
property GroupType GroupType {
    GroupType get();
    void set(GroupType value);
}
[<DataMemberAttribute>]
member GroupType : GroupType with get, set
<DataMemberAttribute>
Public Property GroupType As GroupType

Property Value

Type: Microsoft.MasterDataServices.GroupType

A new instance of type GroupType. Possible values are ActiveDirectoryGroup, InternalGroup, LocalGroup, None, or OtherGroup.

See Also

Group Class
Microsoft.MasterDataServices Namespace

Return to top