AttributeChangeResponse Class
The AttributeChangeResponse defines the message contract for the attribute change response.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.MessageContracts::MessageResponse
Microsoft.MasterDataServices.Services.MessageContracts::MetadataUpdateResponse
Microsoft.MasterDataServices.Services.MessageContracts::AttributeChangeResponse
| Name | Description | |
|---|---|---|
![]() | AttributeChangeResponse() | Initializes a new instance of the AttributeChangeResponse class. |
| Name | Description | |
|---|---|---|
![]() | DeprecatedAttributeName | Gets or sets the name of attribute that was replaced. |
![]() | MemberCodesWithError | Obsolete. Gets or sets the codes of members that had an error while converting type. |
![]() | MembersWithError | Gets or sets the identifiers of members that had an error while converting type. |
![]() | NewAttributeMuid | Gets or sets the Identifier for the newly created attribute. |
![]() | OperationResult | Specifies the operation result. (Inherited from MessageResponse.) |
| 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.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


