OutputTypeAttribute.ParameterSetName Property

Definition

The list of parameter sets this OutputType specifies.

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

Property Value

String[]

Applies to