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