AttributeChangeResponse Class

Definition

The AttributeChangeResponse defines the message contract for the attribute change response.

public ref class AttributeChangeResponse : Microsoft::MasterDataServices::Services::MessageContracts::MetadataUpdateResponse
[System.ServiceModel.MessageContract]
public class AttributeChangeResponse : Microsoft.MasterDataServices.Services.MessageContracts.MetadataUpdateResponse
[<System.ServiceModel.MessageContract>]
type AttributeChangeResponse = class
    inherit MetadataUpdateResponse
Public Class AttributeChangeResponse
Inherits MetadataUpdateResponse
Inheritance
Attributes

Constructors

AttributeChangeResponse()

Initializes a new instance of the AttributeChangeResponse class.

Properties

DeprecatedAttributeName

Specifies the name of attribute that was replaced.

MemberCodesWithError
Obsolete.

Specifies the codes of members that had an error while converting type.

MembersWithError

Specifies the identifiers of members that had an error while converting type.

NewAttributeMuid

Specifies the Identifier for the newly created attribute.

OperationResult

Specifies the operation result.

(Inherited from MessageResponse)

Applies to