SubsystemInfo.RequiredCmdlets Property

Definition

Gets the names of the required cmdlets that have to be implemented by the subsystem implementation.

public System.Collections.ObjectModel.ReadOnlyCollection<string> RequiredCmdlets { get; }
member this.RequiredCmdlets : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property RequiredCmdlets As ReadOnlyCollection(Of String)

Property Value

Applies to