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