EnumerationOptions.MatchType Property

Definition

Gets or sets the match type.

public:
 property System::IO::MatchType MatchType { System::IO::MatchType get(); void set(System::IO::MatchType value); };
public System.IO.MatchType MatchType { get; set; }
member this.MatchType : System.IO.MatchType with get, set
Public Property MatchType As MatchType

Property Value

One of the enumeration values that indicates the match type. The default is Simple.

Remarks

For APIs that allow specifying a match expression, this property allows you to specify how to interpret the match expression. The default is simple matching where '*' is always 0 or more characters and '?' is a single character.

Applies to