Value

The Value method gets or sets a specified value in a property.

Applies To

All Property objects

Syntax

objProperty.Value (Index)

Parameters

Index
Specifies the index of the value you want to get or set.

Remarks

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

See Also

Count