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