InteractiveArgs.AsPropertyObject

Syntax

InteractiveArgs.AsPropertyObject

Return Value

PropertyObject

Purpose

Returns the underlying PropertyObject that represents the InteractiveArgs object.

Remarks

Use the PropertyObject to modify, add, or remove custom properties for the object.

Note Do not use this function to remove or modify the dynamic properties TestStand already provides for InteractiveArgs objects. You can do this through the other methods of the InteractiveArgs class.

See Also

PropertyObject