SecurityCreateResponse Class

Definition

Represents a security create response message contract.

public ref class SecurityCreateResponse
[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="SecurityCreateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SecurityCreateResponse
[<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="SecurityCreateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityCreateResponse = class
Public Class SecurityCreateResponse
Inheritance
SecurityCreateResponse
Attributes

Constructors

SecurityCreateResponse()

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

SecurityCreateResponse(OperationResult, SecuritySet)

Initializes a new instance of the SecurityCreateResponse class that has the specified operation result and security set.

Fields

OperationResult

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

SecuritySet

The resulting security set of the operation.

Applies to