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