Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the list of security principals.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Principal As SecurityPrincipals
Get
Set
'Usage
Dim instance As SecuritySet
Dim value As SecurityPrincipals
value = instance.Principal
instance.Principal = value
[DataMemberAttribute(EmitDefaultValue = false)]
public SecurityPrincipals Principal { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property SecurityPrincipals^ Principal {
SecurityPrincipals^ get ();
void set (SecurityPrincipals^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Principal : SecurityPrincipals with get, set
function get Principal () : SecurityPrincipals
function set Principal (value : SecurityPrincipals)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.SecurityPrincipals
The list of security principals.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace