PSObject.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)