ContainedObjects Property (PSObject)
In This Topic
Gets or sets the contained objects of the object.
Syntax
'Declaration
Public Overridable ReadOnly Property ContainedObjects As Elements
'Usage
Dim instance As PSObject
Dim value As Elements
value = instance.ContainedObjects
public virtual Elements ContainedObjects {get;}
See Also