Service.AttributeChange(AttributeChangeRequest) Method

Definition

Changes the name and/or the type of an attribute

public:
 virtual Microsoft::MasterDataServices::Services::MessageContracts::AttributeChangeResponse ^ AttributeChange(Microsoft::MasterDataServices::Services::MessageContracts::AttributeChangeRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse AttributeChange (Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeRequest request);
abstract member AttributeChange : Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeRequest -> Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse
override this.AttributeChange : Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeRequest -> Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse
Public Function AttributeChange (request As AttributeChangeRequest) As AttributeChangeResponse

Parameters

request
AttributeChangeRequest

The change request.

Returns

The AttributeChangeRequestfor the operation.

Implements

Applies to