public static KestrelSettings Kestrel { get; set; }
Public Shared Property Kestrel As KestrelSettings
Get
Set
public:
static property KestrelSettings^ Kestrel {
KestrelSettings^ get ();
void set (KestrelSettings^ value);
}
static member Kestrel : KestrelSettings with get, set