GetHelpCommand.Role Property

Definition

Gets and sets list of Role's to search on.

public:
 property cli::array <System::String ^> ^ Role { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ Role { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] Role { get; set; }
[System.Management.Automation.Parameter]
public string[] Role { get; set; }
member this.Role : string[] with get, set
[<System.Management.Automation.Parameter>]
member this.Role : string[] with get, set
Public Property Role As String()

Property Value

String[]
Attributes

Applies to