public static bool LogToTrace { get; set; }Public Shared Property LogToTrace As Boolean
Get
Setpublic:
static property bool LogToTrace {
bool get ();
void set (bool value);
}static member LogToTrace : bool with get, setThis method wraps LogToTrace so setting either is equivalent to setting the other.