Height Property (PSObject)
Gets or sets the height of the object.
public virtual int Height {get; set;}
'Declaration
Public Overridable Property Height As Integer
'Usage
Dim instance As PSObject
Dim value As Integer
instance.Height = value
value = instance.Height