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