Share via


Group Class

Defines the data contract for the group.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.Group

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "Group", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class Group _
    Inherits DataContractBase
'Usage
Dim instance As Group
[DataContractAttribute(Name = "Group", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class Group : DataContractBase
[DataContractAttribute(Name = L"Group", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Group sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "Group", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Group =  
    class 
        inherit DataContractBase 
    end
public final class Group extends DataContractBase

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 the audit information.
Public property Description Gets or sets the security group description from active directory.
Public property GroupType Gets or sets the type of the security group.
Public property Identifier Gets or sets the identifier of the security group.
Public property SecurityPrivilege Gets or sets the list of Master Data Services privileges assigned to the group.
Public property SID Gets or sets the security token identifier for the user.
Public property UserAssignments Gets or sets the collection of users assigned to the group.

Top

Methods

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

See Also

Reference

Microsoft.MasterDataServices.Services.DataContracts Namespace