CanMove Property (PSObject)
Gets or sets whether the user is allowed to move the object.
public virtual Moving CanMove {get; set;}
'Declaration
Public Overridable Property CanMove As Moving
'Usage
Dim instance As PSObject
Dim value As Moving
instance.CanMove = value
value = instance.CanMove