EnumerationOptions.MatchCasing Property

Definition

Gets or sets the case-matching behavior.

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

Property Value

One of the enumeration values that indicates the case-matching behavior. The default is PlatformDefault.

Remarks

For APIs that allow specifying a match expression, this property allows you to specify the case matching behavior. The default is to match platform defaults, which are gleaned from the case sensitivity of the temporary folder.

Applies to