FunctionInfo.DefaultParameterSet Property

Definition

Gets the name of the default parameter set. Returns null if this function doesn't use cmdlet parameter binding or if the default parameter set wasn't specified.

public:
 property System::String ^ DefaultParameterSet { System::String ^ get(); };
public:
 property Platform::String ^ DefaultParameterSet { Platform::String ^ get(); };
public string DefaultParameterSet { get; }
member this.DefaultParameterSet : string
Public ReadOnly Property DefaultParameterSet As String

Property Value

Applies to