IService.SystemSettingsUpdate(SystemSettingsUpdateRequest) 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.
Updates system setting values.
public:
Microsoft::MasterDataServices::Services::MessageContracts::SystemSettingsUpdateResponse ^ SystemSettingsUpdate(Microsoft::MasterDataServices::Services::MessageContracts::SystemSettingsUpdateRequest ^ 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.SystemSettingsUpdateResponse SystemSettingsUpdate (Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsUpdateRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member SystemSettingsUpdate : Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsUpdateRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsUpdateResponse
Public Function SystemSettingsUpdate (request As SystemSettingsUpdateRequest) As SystemSettingsUpdateResponse
Parameters
- request
- SystemSettingsUpdateRequest
Returns
- Attributes
Remarks
The SystemSettingsUpdate(SystemSettingsUpdateRequest) operation changes system configuration settings. One or more settings can be updated in one request.
System settings are specified by a keyword string. An error occurs when a setting that does not exist is specified.