This topic has not yet been rated - Rate this topic

Group Class

Defines the data contract for the group.

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)
[DataContractAttribute(Name = "Group", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class Group : DataContractBase

The Group type exposes the following members.

  NameDescription
Public methodGroupInitializes a new instance of the Group class.
Top
  NameDescription
Public propertyAuditInfoGets or sets the audit information.
Public propertyDescriptionGets or sets the security group description from active directory.
Public propertyGroupTypeGets or sets the type of the security group.
Public propertyIdentifierGets or sets the identifier of the security group.
Public propertySecurityPrivilegeGets or sets the list of Master Data Services privileges assigned to the group.
Public propertySIDGets or sets the security token identifier for the user.
Public propertyUserAssignmentsGets or sets the collection of users assigned to the group.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.