PSObject.Properties Property

Definition

Gets the Property collection, or the members that are actually properties.

public:
 property System::Management::Automation::PSMemberInfoCollection<System::Management::Automation::PSPropertyInfo ^> ^ Properties { System::Management::Automation::PSMemberInfoCollection<System::Management::Automation::PSPropertyInfo ^> ^ get(); };
public System.Management.Automation.PSMemberInfoCollection<System.Management.Automation.PSPropertyInfo> Properties { get; }
member this.Properties : System.Management.Automation.PSMemberInfoCollection<System.Management.Automation.PSPropertyInfo>
Public ReadOnly Property Properties As PSMemberInfoCollection(Of PSPropertyInfo)

Property Value

Applies to