ScriptRequiresException.MissingPSSnapIns Property

Definition

Gets the missing snap-ins that the script requires.

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

Property Value

Applies to