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