ShouldSerializeAnchor Method (PSObject)
Determines if the anchor property should be serialized.
public virtual bool ShouldSerializeAnchor()
'Declaration
Public Overridable Function ShouldSerializeAnchor() As Boolean
'Usage
Dim instance As PSObject
Dim value As Boolean
value = instance.ShouldSerializeAnchor()