Group Class
Represents group complex types.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Services.DataContracts.Group
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "Group", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class Group
'Usage
Dim instance As Group
[DataContractAttribute(Name = "Group", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class Group
[DataContractAttribute(Name = L"Group", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Group sealed
[<SealedAttribute>]
[<DataContractAttribute(Name = "Group", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Group = class end
public final class Group
The Group type exposes the following members.
Properties
Name | Description | |
---|---|---|
AuditInfo | Gets or sets AuditInfo complex types. | |
Description | Gets or sets a description of the security Group sourced from an Active Directory or local SAM. | |
GroupType | Gets or sets the group type of the security group (AD group or local group). | |
Identifier | Gets or sets the identifier of the security Group. | |
SecurityPrivilege | Gets or sets a SecurityPrivileges complex type containing the set of MDS privileges assigned to the Group. | |
SID | Gets or sets the SID of the group from Windows. | |
UserAssignments | Gets or sets an array of identifiers containing the set of user identifiers assigned to the security group. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.