public bool UseWildcardForRowBindings { get; set; }Public Property UseWildcardForRowBindings As Boolean
Get
Setpublic:
property bool UseWildcardForRowBindings {
bool get ();
void set (bool value);
}member UseWildcardForRowBindings : bool with get, set