The Value method gets or sets a specified value in a property.
All Property objects
objProperty.Value (Index)
To get a property value, use this method on the right side of the equal sign in an expression. To set a property value, use this method on the left side of the equal sign in an expression. For example:
objSched.Name.Value