Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Changes an attribute.
Namespace: Microsoft.MasterDataServices.Services.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function AttributeChange ( _
request As AttributeChangeRequest _
) As AttributeChangeResponse
'Usage
Dim instance As IService
Dim request As AttributeChangeRequest
Dim returnValue As AttributeChangeResponse
returnValue = instance.AttributeChange(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
AttributeChangeResponse AttributeChange(
AttributeChangeRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
AttributeChangeResponse^ AttributeChange(
AttributeChangeRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract AttributeChange :
request:AttributeChangeRequest -> AttributeChangeResponse
function AttributeChange(
request : AttributeChangeRequest
) : AttributeChangeResponse
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeRequest
The change request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse
The response to the change operation.
See Also
Reference
Microsoft.MasterDataServices.Services.ServiceContracts Namespace