SecurityPrivilegesGetResponse Class

Definition

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
SecurityPrivilegesGetResponse
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.

Applies to