ISettings.SettingType GetTypeOfSetting( string strSettingPath )
ISettings.SettingType GetTypeOfSetting( String^ strSettingPath )
Parameters
- strSettingPath
- path to settings
Return Value
the type of the setting as enum
ISettings.SettingType GetTypeOfSetting( string strSettingPath )
ISettings.SettingType GetTypeOfSetting( String^ strSettingPath )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when strSettingsPath is null . |