ProviderNameAmbiguousException.PossibleMatches Property

Definition

Gets the information of the providers which might match the specified provider name.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::ProviderInfo ^> ^ PossibleMatches { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::ProviderInfo ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.ProviderInfo> PossibleMatches { get; }
member this.PossibleMatches : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.ProviderInfo>
Public ReadOnly Property PossibleMatches As ReadOnlyCollection(Of ProviderInfo)

Property Value

Applies to