SetValue(HostNameProperty, value);
Пример #2
0
 get => (string)GetValue(HostNameProperty); set => SetValue(HostNameProperty, value);