StagingNameCheckResponse 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 StagingNameCheckResponse class.
Overloads
StagingNameCheckResponse() |
Initializes a new instance of the StagingNameCheckResponse class that has default values. |
StagingNameCheckResponse(Boolean, OperationResult) |
Initializes a new instance of the StagingNameCheckResponse class with the specified properties. |
StagingNameCheckResponse()
Initializes a new instance of the StagingNameCheckResponse class that has default values.
public:
StagingNameCheckResponse();
public StagingNameCheckResponse ();
Public Sub New ()
Applies to
StagingNameCheckResponse(Boolean, OperationResult)
Initializes a new instance of the StagingNameCheckResponse class with the specified properties.
public:
StagingNameCheckResponse(bool IsUnique, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public StagingNameCheckResponse (bool IsUnique, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.StagingNameCheckResponse : bool * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.StagingNameCheckResponse
Public Sub New (IsUnique As Boolean, OperationResult As OperationResult)
Parameters
- IsUnique
- Boolean
true
to indicate that the staging name is unique; otherwise, false
.
- OperationResult
- OperationResult
The operation result, including a unique ID for tracking and logging.