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