SecuritySet.Principal Property
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.
public:
property Microsoft::MasterDataServices::Services::DataContracts::SecurityPrincipals ^ Principal { Microsoft::MasterDataServices::Services::DataContracts::SecurityPrincipals ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::SecurityPrincipals ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Services.DataContracts.SecurityPrincipals Principal { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Principal : Microsoft.MasterDataServices.Services.DataContracts.SecurityPrincipals with get, set
Public Property Principal As SecurityPrincipals
Property Value
The list of security principals (User or Group).
- Attributes