ShouldSerializeTag Method (PSObject)
In This Topic
Indicates whether the Tag property should be persisted.
Syntax
'Declaration
Public Overridable Function ShouldSerializeTag() As Boolean
'Usage
Dim instance As PSObject
Dim value As Boolean
value = instance.ShouldSerializeTag()
public virtual bool ShouldSerializeTag()
See Also