PSControlGroupBy.CustomControl 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.
Optional - used to format the header of a group.
public:
property System::Management::Automation::CustomControl ^ CustomControl { System::Management::Automation::CustomControl ^ get(); void set(System::Management::Automation::CustomControl ^ value); };
public System.Management.Automation.CustomControl CustomControl { get; set; }
member this.CustomControl : System.Management.Automation.CustomControl with get, set
Public Property CustomControl As CustomControl