SecurityPrivilegesGetResponse 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.
The SecurityPrivilegesGetResponse element returns an operation result and a SecurityPrivileges instance that contains the returned security privileges.
public ref class SecurityPrivilegesGetResponse sealed : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public sealed class SecurityPrivilegesGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type SecurityPrivilegesGetResponse = class
inherit MessageResponse
Public NotInheritable Class SecurityPrivilegesGetResponse
Inherits MessageResponse
- Inheritance
- Attributes
Constructors
SecurityPrivilegesGetResponse() |
Initializes a new instance of the SecurityPrivilegesGetResponse class. |
Properties
OperationResult |
Specifies the operation result. (Inherited from MessageResponse) |
Privileges |
Specifies the security privileges for the response. |