IService.AttributeChange(AttributeChangeRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- request
- AttributeChangeRequest
The AttributeChangeRequest object
Returns
The AttributeChangeResponse object
- Attributes
Remarks
The AttributeChange(AttributeChangeRequest) operation changes the attribute.