EditArgs.AsPropertyObject

Syntax

EditArgs.AsPropertyObject

Return Value

PropertyObject

Purpose

Returns the underlying PropertyObject that represents the EditArgs object.

Remarks

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

Do not use this method to remove or modify the dynamic properties TestStand already provides for EditArgs objects. Instead, use any of the other methods of the EditArgs class to remove or modify the dynamic properties.

See Also

PropertyObject