LOTUSSCRIPT/COM/OLE CLASSES


Examples: GetPropertyValue method
This script displays the value of the property broker's composite application InputPropertyContext property.

Dim s As New NotesSession
Dim pb As NotesPropertyBroker
Set pb = s.GetPropertyBroker()
Dim pbValue As Variant
Set pbValue = pb.GetPropertyValue("InputPropertyContext")
Messagebox "The value is " + pbValue(0), MB_OK, "GetPropertyValue"



Glosario
¿Desea opinar sobre la Ayuda o sobre la utilidad del producto?