IService.AttributeChange(AttributeChangeRequest) Method

Definition

Changes the properties of a metadata Attribute.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::AttributeChangeResponse ^ AttributeChange(Microsoft::MasterDataServices::Services::MessageContracts::AttributeChangeRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse AttributeChange (Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member AttributeChange : Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeRequest -> Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse
Public Function AttributeChange (request As AttributeChangeRequest) As AttributeChangeResponse

Parameters

Returns

The AttributeChangeResponse object

Attributes

Remarks

The AttributeChange(AttributeChangeRequest) operation changes the attribute.

Applies to