GroupInfo.Group Property

Definition

Gets the list of objects in this group.

public:
 property System::Collections::ObjectModel::Collection<System::Management::Automation::PSObject ^> ^ Group { System::Collections::ObjectModel::Collection<System::Management::Automation::PSObject ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Management.Automation.PSObject> Group { get; }
member this.Group : System.Collections.ObjectModel.Collection<System.Management.Automation.PSObject>
Public ReadOnly Property Group As Collection(Of PSObject)

Property Value

Applies to