GetPropertyDescription Method |
DEVELOPER |
The Client Management ActiveX control contains the GetPropertyDescription method:
|
|
Purpose |
GetPropertyDescription method requests a description of the property with the supplied ID. |
Syntax |
$Desc = ObjectTagName.GetPropertyDescription( ParmMap ) |
Operation |
ObjectTagName is an object expression that evaluates to the ClientManagement control. ParmMap is the PROIV Interface map. nResourceID is the ID of a client session property. |
Remarks |
If the method succeeds, it returns a string value with a description of the nominated property. If no description is found it returns an empty string. |
Example |
|
Topic ID: 500462