ChatHistoryQueryOptions.MatchCaseSensitive Property

Definition

Gets or sets a value indicating whether the query should be performed with case sensitivity.

public:
 property bool MatchCaseSensitive { bool get(); void set(bool value); };
public bool MatchCaseSensitive { get; set; }
member this.MatchCaseSensitive : bool with get, set
Public Property MatchCaseSensitive As Boolean

Property Value

true if matching case sensitive; otherwise, false.

Applies to