GetCounterCommand.ListSet Property

Definition

public:
 property cli::array <System::String ^> ^ ListSet { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ ListSet { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] ListSet { get; set; }
[System.Management.Automation.AllowEmptyCollection]
[System.Management.Automation.Parameter(HelpMessageBaseName="GetEventResources", Mandatory=true, ParameterSetName="ListSetSet", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=false)]
public string[] ListSet { get; set; }
member this.ListSet : string[] with get, set
[<System.Management.Automation.AllowEmptyCollection>]
[<System.Management.Automation.Parameter(HelpMessageBaseName="GetEventResources", Mandatory=true, ParameterSetName="ListSetSet", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=false)>]
member this.ListSet : string[] with get, set
Public Property ListSet As String()

Property Value

String[]
Attributes

Applies to