Click or drag to resize
Infosoft Logo

UpdateConfigurationRequest Class

Provides data for the request to the UpdateConfiguration operation on IConfigurationAdministrationService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.ConfigurationsUpdateConfigurationRequest

Namespace: Infosoft.Common.Contracts.MessageContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class UpdateConfigurationRequest

The UpdateConfigurationRequest type exposes the following members.

Properties
 NameDescription
Public propertyConfigurationIdentifier Gets or sets an object that identifies the configuration value to update.
Public propertyConfigurationOverrideIdentifier Gets or sets an object that identifies override options.
Public propertyValue Gets or sets the new value to set for the configuration.
Top
See Also