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