Group.GroupType Property

 

Gets or sets the type of the security group.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts.GroupType

The type of the security group.

See Also

Group Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top