GlobResult.Excludes Property

Definition

Gets an ISet<T> containing strings that were excluded.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ Excludes { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> Excludes { get; }
member this.Excludes : seq<string>
Public ReadOnly Property Excludes As IEnumerable(Of String)

Property Value

Applies to