ServiceClient.IService.AttributeChange(AttributeChangeRequest) Method

Definition

Changes an attribute.

 virtual Microsoft::MasterDataServices::AttributeChangeResponse ^ Microsoft.MasterDataServices.IService.AttributeChange(Microsoft::MasterDataServices::AttributeChangeRequest ^ request) = Microsoft::MasterDataServices::IService::AttributeChange;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.AttributeChangeResponse IService.AttributeChange (Microsoft.MasterDataServices.AttributeChangeRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.AttributeChange : Microsoft.MasterDataServices.AttributeChangeRequest -> Microsoft.MasterDataServices.AttributeChangeResponse
override this.Microsoft.MasterDataServices.IService.AttributeChange : Microsoft.MasterDataServices.AttributeChangeRequest -> Microsoft.MasterDataServices.AttributeChangeResponse
Function AttributeChange (request As AttributeChangeRequest) As AttributeChangeResponse Implements IService.AttributeChange

Parameters

request
AttributeChangeRequest

The change request.

Returns

The AttributeChangeResponse for the operation.

Implements

Attributes

Applies to