SecurityPrincipalsGetResponse Class

Definition

Represents a message contract for the MDS security get response.

public ref class SecurityPrincipalsGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SecurityPrincipalsGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SecurityPrincipalsGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SecurityPrincipalsGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrincipalsGetResponse = class
Public Class SecurityPrincipalsGetResponse
Inheritance
SecurityPrincipalsGetResponse
Attributes

Constructors

SecurityPrincipalsGetResponse()

Initializes a new instance of the SecurityPrincipalsGetResponse class that has default values.

SecurityPrincipalsGetResponse(OperationResult, SecurityPrincipals)

Initializes a new instance of the SecurityPrincipalsGetResponse class that has the specified operation result and principals to get.

Fields

OperationResult

The operation result, including a unique ID for tracking and logging.

Principals

The principals to get.

Applies to