コード例 #1
0
 SetValue(HostNameProperty, value);
コード例 #2
0
 get => (string)GetValue(HostNameProperty); set => SetValue(HostNameProperty, value);