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