FormatViewDefinition.Control 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 control defined by this formatting view can be one of table, list, wide, or custom
public:
property System::Management::Automation::PSControl ^ Control { System::Management::Automation::PSControl ^ get(); };
public System.Management.Automation.PSControl Control { get; }
member this.Control : System.Management.Automation.PSControl
Public ReadOnly Property Control As PSControl