GlobResult.Removes Property

Definition

Gets an ISet<T> containing strings that were later removed via the Remove element.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ Removes { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> Removes { get; set; }
member this.Removes : seq<string> with get, set
Public Property Removes As IEnumerable(Of String)

Property Value

Applies to