GetNextProperty Method |
DEVELOPER |
The Client Management ActiveX control contains the GetNextProperty method:
|
|
Purpose |
GetNextProperty requests the property ID of the next valid client session property. |
Syntax |
#Retval = ObjectTagName.GetNextProperty() |
Operation |
ObjectTagName is an object expression that evaluates to the ClientManagement control. |
Remarks |
If the method succeeds, it returns the ID of the next valid client session property. If there are no further IDs, it returns zero. Before using this method in a loop, a call should first be made to the SelectAllProperties method to ensure the properties list is reset to the beginning. |
Example |
|
Topic ID: 500459