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.

Constructors

  Name Description
Public method Group Initializes a new instance of the Group class.

Top

Properties

  Name Description
Public property AuditInfo Gets or sets AuditInfo complex types.
Public property Description Gets or sets a description of the security Group sourced from an Active Directory or local SAM.
Public property GroupType Gets or sets the group type of the security group (AD group or local group).
Public property Identifier Gets or sets the identifier of the security Group.
Public property SecurityPrivilege Gets or sets a SecurityPrivileges complex type containing the set of MDS privileges assigned to the Group.
Public property SID Gets or sets the SID of the group from Windows.
Public property UserAssignments Gets or sets an array of identifiers containing the set of user identifiers assigned to the security group.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.