public string? DiscoveryMonitorHost { get; set; }Public Property DiscoveryMonitorHost As String
Get
Setpublic:
property String^ DiscoveryMonitorHost {
String^ get ();
void set (String^ value);
}member DiscoveryMonitorHost : string with get, set