SecurityCreateResponse Constructors
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.
Initializes a new instance of the SecurityCreateResponse class.
Overloads
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. |
SecurityCreateResponse()
Initializes a new instance of the SecurityCreateResponse class that has default values.
public:
SecurityCreateResponse();
public SecurityCreateResponse ();
Public Sub New ()
Applies to
SecurityCreateResponse(OperationResult, SecuritySet)
Initializes a new instance of the SecurityCreateResponse class that has the specified operation result and security set.
public:
SecurityCreateResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, Microsoft::MasterDataServices::SecuritySet ^ SecuritySet);
public SecurityCreateResponse (Microsoft.MasterDataServices.OperationResult OperationResult, Microsoft.MasterDataServices.SecuritySet SecuritySet);
new Microsoft.MasterDataServices.SecurityCreateResponse : Microsoft.MasterDataServices.OperationResult * Microsoft.MasterDataServices.SecuritySet -> Microsoft.MasterDataServices.SecurityCreateResponse
Public Sub New (OperationResult As OperationResult, SecuritySet As SecuritySet)
Parameters
- OperationResult
- OperationResult
The operation result, including a unique ID for tracking and logging.
- SecuritySet
- SecuritySet
The resulting security set of the operation.