SecurityPrincipals Class

Definition

User and group objects in MDS.

public ref class SecurityPrincipals sealed : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SecurityPrincipals", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SecurityPrincipals : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SecurityPrincipals", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrincipals = class
    inherit DataContractBase
Public NotInheritable Class SecurityPrincipals
Inherits DataContractBase
Inheritance
SecurityPrincipals
Attributes

Remarks

The SecurityPrincipals complex type specifies a set of users and user groups.

Constructors

SecurityPrincipals()

Initializes a new instance of the SecurityPrincipals class.

Properties

Groups

Specifies the list of Groups.

Users

Specifies the list of Users.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to