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