GetHelpCommand.Category Property

Definition

List of help categories to search for help.

public:
 property cli::array <System::String ^> ^ Category { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ Category { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] Category { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateSet(new System.String[] { "Alias", "Cmdlet", "Provider", "General", "FAQ", "Glossary", "HelpFile", "ScriptCommand", "Function", "Filter", "ExternalScript", "All", "DefaultHelp", "DscResource", "Class", "Configuration" }, IgnoreCase=true)]
public string[] Category { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateSet(new System.String[] { "Alias", "Cmdlet", "Provider", "General", "FAQ", "Glossary", "HelpFile", "ScriptCommand", "Function", "Filter", "ExternalScript", "All", "DefaultHelp", "Workflow", "DscResource", "Class", "Configuration" }, IgnoreCase=true)]
public string[] Category { get; set; }
member this.Category : string[] with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Alias", "Cmdlet", "Provider", "General", "FAQ", "Glossary", "HelpFile", "ScriptCommand", "Function", "Filter", "ExternalScript", "All", "DefaultHelp", "DscResource", "Class", "Configuration" }, IgnoreCase=true)>]
member this.Category : string[] with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Alias", "Cmdlet", "Provider", "General", "FAQ", "Glossary", "HelpFile", "ScriptCommand", "Function", "Filter", "ExternalScript", "All", "DefaultHelp", "Workflow", "DscResource", "Class", "Configuration" }, IgnoreCase=true)>]
member this.Category : string[] with get, set
Public Property Category As String()

Property Value

String[]
Attributes

Applies to