SecurityPrincipalsGetResponse 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.
Represents a message contract for the security get response.
public ref class SecurityPrincipalsGetResponse sealed : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public sealed class SecurityPrincipalsGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type SecurityPrincipalsGetResponse = class
inherit MessageResponse
Public NotInheritable Class SecurityPrincipalsGetResponse
Inherits MessageResponse
- Inheritance
- Attributes
Constructors
SecurityPrincipalsGetResponse() |
Initializes a new instance of the SecurityPrincipalsGetResponse class. |
Properties
OperationResult |
Specifies the operation result. (Inherited from MessageResponse) |
Principals |
Specifies the SecurityPrincipals returned from the operation. |