SelectAllProperties Method |
DEVELOPER |
The Client Management ActiveX control contains the SelectAllProperties method:
|
|
Purpose |
SelectAllProperties resets the iterator which loops through all client session properties. |
Syntax |
<Retval> = ObjectTagName.SelectAllProperties() |
Operation |
ObjectTagName is an object expression that evaluates to the ClientManagement control. |
Remarks |
If the method succeeds, it returns zero. If the function fails, it returns a non-zero error code. By calling the GetErrorString method, you can obtain a user-friendly description of the error. A call must be made to this method before using the GetNextProperty method for the first time. |
Example |
|
Topic ID: 500479