SecurityPrincipalsGetResponse.Principals 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.
Specifies the SecurityPrincipals returned from the operation.
public:
property Microsoft::MasterDataServices::Services::DataContracts::SecurityPrincipals ^ Principals { Microsoft::MasterDataServices::Services::DataContracts::SecurityPrincipals ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::SecurityPrincipals ^ value); };
[System.ServiceModel.MessageBodyMember]
public Microsoft.MasterDataServices.Services.DataContracts.SecurityPrincipals Principals { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.Principals : Microsoft.MasterDataServices.Services.DataContracts.SecurityPrincipals with get, set
Public Property Principals As SecurityPrincipals
Property Value
The SecurityPrincipals returned from the operation.
- Attributes