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