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