SecurityPrincipals Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |