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