This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
IConfigItem Members
Properties
Collection |
Returns the IConfigCollection to which this configuration item belongs. |
ConfigType |
Returns the ConfigType of this configuration item. |
IsFrozen |
Indicates if a configuration item can be changed or not. |
Item |
Overloaded. Gets ot sets the value of a property. Values can be of type Int32, Boolean, String or String[].
In C#, this member is the indexer for the IConfigItem class.
|
Selector |
Returns the Selector which was used to retrieve this configuration item. |
Methods
Freeze |
Makes the configuration item read-only. |
See Also
IConfigItem Interface | System.Configuration Namespace