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