TextMatchType

TextMatchType enumeration

Anger textmatchningstyp i sträng.

public enum TextMatchType

Värderingar

namn Värde Beskrivning
Exact 0 Text matchar helt värde.
StartsWith 1 Text börjar med värde.
EndsWith 2 Text slutar med värde.
Contains 3 Text innehåller värdet.

Se även