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