Group.GroupType Property

Definition

Gets or sets the type of the security group.

public:
 property Microsoft::MasterDataServices::GroupType GroupType { Microsoft::MasterDataServices::GroupType get(); void set(Microsoft::MasterDataServices::GroupType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.GroupType GroupType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.GroupType : Microsoft.MasterDataServices.GroupType with get, set
Public Property GroupType As GroupType

Property Value

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

Attributes

Applies to