Function CSPParam::GetName()
Description:
Retrieves the name of the paramenter.
 |
Prototype:
const CSPString& GetName() const;
Arguments:
No arguments (void).
Return value:
Returns a reference to the string that contains the parameter name.
See also:
member functions GetValue(), GetCount()
|
|