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