TypeData.DefaultDisplayPropertySet 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.
The defaultDisplayPropertySet.
public:
property System::Management::Automation::Runspaces::PropertySetData ^ DefaultDisplayPropertySet { System::Management::Automation::Runspaces::PropertySetData ^ get(); void set(System::Management::Automation::Runspaces::PropertySetData ^ value); };
public System.Management.Automation.Runspaces.PropertySetData DefaultDisplayPropertySet { get; set; }
member this.DefaultDisplayPropertySet : System.Management.Automation.Runspaces.PropertySetData with get, set
Public Property DefaultDisplayPropertySet As PropertySetData