SetProperty Method for LCSession
This method assigns the current value for an activity property.
Defined In
LCSession Class
Syntax
Call thisSession.SetProperty (propertyToken, srcField)
Parameters
Parameter |
Description |
---|---|
propertyToken |
Long. Token representing the session property for which the value is to be assigned. See Appendix B for a list of tokens. |
srcField |
LCField. New value for the session property. If the property value is of a different type than this field, then data conversion will occur. The property value will be assigned from the first value in the field. |