SetValue(HostNameProperty, value);
Exemple #2
0
 get => (string)GetValue(HostNameProperty); set => SetValue(HostNameProperty, value);