public virtual bool ExistSetting( string strSettingPath )
public: virtual bool ExistSetting( String^ strSettingPath )
Parameters
- strSettingPath
- Indicates the path of the setting.
Return Value
Boolean value that indicates whether setting exists.
public virtual bool ExistSetting( string strSettingPath )
public: virtual bool ExistSetting( String^ strSettingPath )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when strSettingPath is null . |
System.ArgumentException | Thrown when strSettingPath is empty. |
BaseException | Method failed. |