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