FunctionInfo.DefaultParameterSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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