1
September 20, 2008 8:10 PM
Posted by: Jerry Lees
Property, Property Get, VBScript Statements
VBScript Statements: Explanation of the Property Get Statement
Posted by: Jerry Lees
Within a VBScript class the Property block allows you to Get the value of the property in the class. This statement works in conjunction with the Property Let and Property Get statements and can only be used inside a class inside VBScript-- and no where else in the script. By default the...




