IHostConfigurationSettings Interface
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.
Represents a host configuration settings.
[System.Runtime.InteropServices.Guid("DA800437-5FF3-4eda-BFD3-8B1927086DCF")]
public interface IHostConfigurationSettings
[<System.Runtime.InteropServices.Guid("DA800437-5FF3-4eda-BFD3-8B1927086DCF")>]
type IHostConfigurationSettings = interface
Public Interface IHostConfigurationSettings
- Attributes
Methods
GetSetting(String, String[]) |
Retrieves a configuration setting. |
SetSetting(String, Object, String[]) |
Sets the configuration setting. |