Parent Property (PSObject)
In This Topic
Internal use only.
Syntax
'Declaration
Public Overridable Property Parent As Control
'Usage
Dim instance As PSObject
Dim value As Control
instance.Parent = value
value = instance.Parent
public virtual Control Parent {get; set;}
See Also