ServiceClient.IService.AttributeChange Method
Changes an attribute.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function AttributeChange ( _
request As AttributeChangeRequest _
) As AttributeChangeResponse Implements IService.AttributeChange
'Usage
Dim instance As ServiceClient
Dim request As AttributeChangeRequest
Dim returnValue As AttributeChangeResponse
returnValue = CType(instance, IService).AttributeChange(request)
AttributeChangeResponseIService.AttributeChange(
AttributeChangeRequest request
)
private:
virtual AttributeChangeResponse^ AttributeChange(
AttributeChangeRequest^ request
) sealed = IService::AttributeChange
private abstract AttributeChange :
request:AttributeChangeRequest -> AttributeChangeResponse
private override AttributeChange :
request:AttributeChangeRequest -> AttributeChangeResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.AttributeChangeRequest
The change request.
Return Value
Type: Microsoft.MasterDataServices.AttributeChangeResponse
The AttributeChangeResponse for the operation.
Implements
IService.AttributeChange(AttributeChangeRequest)