LookupProperty Method for LCSession
This method determines if the specified property has been defined in the activity.
Defined In
LCSession Class
Syntax
flag = lcSession.LookupProperty (propertyToken, dataType, propertyFlags, propertyName)
Parameters
Parameter |
Description |
---|---|
propertyToken |
Long. A token identifying the session property. See Appendix B for a list of tokens. |
dataType |
Long, output. Optional. The property data type. |
propertyFlags |
Long, output. Optional. The property flags from the following list. LCPROPERTYF_CONNECT -- Property is used for connecting. LCPROPERTYF_BOOLEAN -- Property is a Boolean value. LCPROPERTYF_READONLY -- Property is read-only. LCPROPERTYF_TEXTLIST -- Property is a text list. |
propertyName |
String. Optional. The name of the property. |
Return Value
Value |
Description |
---|---|
flag |
TRUE or FALSE, indicating whether the property is supported for this session. |