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