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