SubsystemInfo.RequiredCmdlets 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 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)