public bool ExistSetting( string strSettingPath )
public: bool ExistSetting( String^ strSettingPath )
Parameters
- strSettingPath
- Path of the setting.
Return Value
Boolean value that indicates whether setting exists.
public bool ExistSetting( string strSettingPath )
public: bool ExistSetting( String^ strSettingPath )
Exception | Description |
---|---|
System.ArgumentNullException | The value of the parameter object is NULL. |
BaseException | The object has not been initialized correctly. |
BaseException | The function failed. |