AttributeChangeResponse Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the response when the attribute is changed.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Name | Description | |
|---|---|---|
![]() | AttributeChangeResponse() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the AttributeChangeResponse class. |
![]() | AttributeChangeResponse(String^, Collection<String^>^, Guid, OperationResult^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the AttributeChangeResponse class with specified deprecated attribute name, member codes with error, new attribute muid, and operation result. |
| 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 | |
|---|---|---|
![]() | DeprecatedAttributeName | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the disapproved attribute name. |
![]() | MemberCodesWithError | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the member codes that contain an error. |
![]() | NewAttributeMuid | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the new attribute muid. |
![]() | OperationResult | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the operation result. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


