CustomPSSnapIn.Cmdlets Property

Definition

Gets the cmdlets defined in custom mshsnapin.

public:
 virtual property System::Collections::ObjectModel::Collection<System::Management::Automation::Runspaces::CmdletConfigurationEntry ^> ^ Cmdlets { System::Collections::ObjectModel::Collection<System::Management::Automation::Runspaces::CmdletConfigurationEntry ^> ^ get(); };
public virtual System.Collections.ObjectModel.Collection<System.Management.Automation.Runspaces.CmdletConfigurationEntry> Cmdlets { get; }
member this.Cmdlets : System.Collections.ObjectModel.Collection<System.Management.Automation.Runspaces.CmdletConfigurationEntry>
Public Overridable ReadOnly Property Cmdlets As Collection(Of CmdletConfigurationEntry)

Property Value

Remarks

This member can be derived to provide the list of cmdlets to be included for this mshsnapin.

Applies to