ServiceClient.SystemSettingsUpdate Método

Definición

Actualiza los valores de configuración del sistema.

public:
 Microsoft::MasterDataServices::OperationResult ^ SystemSettingsUpdate(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemSettingGroup ^> ^ SystemSettingGroups);
public Microsoft.MasterDataServices.OperationResult SystemSettingsUpdate(Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSettingGroup> SystemSettingGroups);
member this.SystemSettingsUpdate : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSettingGroup> -> Microsoft.MasterDataServices.OperationResult
Public Function SystemSettingsUpdate (International As International, SystemSettingGroups As Collection(Of SystemSettingGroup)) As OperationResult

Parámetros

International
International

Los entornos culturales.

SystemSettingGroups
Collection<SystemSettingGroup>

La lista de grupos de configuración del sistema que se actualizarán.

Devoluciones

Un objeto que OperationResult contiene el resultado de una operación.

Se aplica a