Group Class
Represents an internal system object that refers to one or more users that can be granted security privileges within MDS.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Name | Description | |
|---|---|---|
![]() | Group() | Initializes a new instance of the Group class. |
| Name | Description | |
|---|---|---|
![]() | AuditInfo | Gets or sets audit information. |
![]() | Description | Gets or sets a description of the security group sourced from Active Directory or a local Security Account Manager (SAM). |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | GroupType | Gets or sets the type of the security group. |
![]() | Identifier | Gets or sets the ID of the security group. |
![]() | SecurityPrivilege | Gets or sets the set of MDS privileges assigned to the group. |
![]() | SID | Gets or sets the security identifier (SID). |
![]() | UserAssignments | Gets or sets an array that contains the set of user identifiers assigned to the security group. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


