FindInList.CaseSensitive Property

Definition

Whether or not to match case sensitively

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property bool CaseSensitive { bool get(); void set(bool value); };
public bool CaseSensitive { get; set; }
public bool CaseSensitive { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.CaseSensitive : bool with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.CaseSensitive : bool with get, set
Public Property CaseSensitive As Boolean

Property Value

true FindInList task should match case sensitively; otherwise, false.

Attributes

Remarks

Default is case insensitive.

Applies to