Description
Use the ObjProperty.Value
property to get or set the value of the property that the given ObjProperty object provides information about.
Declaration
ObjPropertyObj.Value(ParamArray)
Read-Write Property | Variant |
ObjPropertyObj | An expression, variable or parameter that specifies a reference to an ObjProperty object | |||
ParamArray | [in] | Optional | Variant |
Applies To
The property is applied to the following object:
Parameters
The property has the following parameter:
ParamArray
The array of property’s parameters.
Property Value
The property value.
Remarks
Attempting to assign a new value to a property that has read-only access will cause an error. To determine the access type of the property, use the ObjProperty.Access property. |
See Also
ObjProperty.Access
ObjProperty.Name
ObjProperty.ParamCount
ObjProperty.ParamName