public int GetCountOfValues( string strSettingPath )
public: int GetCountOfValues( String^ strSettingPath )
Parameters
| Parameter Name | Description |
|---|---|
| strSettingPath | Indicates the path of the setting |
Return Value
The number of values of the setting.
public int GetCountOfValues( string strSettingPath )
public: int GetCountOfValues( String^ strSettingPath )
| Parameter Name | Description |
|---|---|
| strSettingPath | Indicates the path of the setting |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when strSettingPath is null. |
| System.ArgumentException | Thrown when strSettingPath is empty or specified setting doesn't exist. |