AttributeChangeResponse Class

Definition

Represents the response when the attribute is changed.

public ref class AttributeChangeResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="AttributeChangeResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class AttributeChangeResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="AttributeChangeResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeChangeResponse = class
Public Class AttributeChangeResponse
Inheritance
AttributeChangeResponse
Attributes

Constructors

AttributeChangeResponse()

Initializes a new instance of the AttributeChangeResponse class.

AttributeChangeResponse(String, Collection<String>, Guid, OperationResult)

Initializes a new instance of the AttributeChangeResponse class with specified deprecated attribute name, member codes with error, new attribute muid, and operation result.

Fields

DeprecatedAttributeName

Specifies the disapproved attribute name.

MemberCodesWithError

Specifies the member codes that contain an error.

NewAttributeMuid

Specifies the new attribute muid.

OperationResult

Specifies the operation result.

Applies to