StagingNameCheckResponse Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines the message contract for the Staging Name Check response.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | IsUnique | Specifies whether the staging name is unique. |
![]() | OperationResult | Represents the operation result, including a unique ID for tracking and logging. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


