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