次の方法で共有


DeviceAccountConfiguration.Domain プロパティ

定義

デバイスのネットワーク ドメインを取得または設定します。

public:
 property Platform::String ^ Domain { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Domain();

void Domain(winrt::hstring value);
public string Domain { get; set; }
var string = deviceAccountConfiguration.domain;
deviceAccountConfiguration.domain = string;
Public Property Domain As String

プロパティ値

String

Platform::String

winrt::hstring

デバイスのネットワーク ドメイン。

適用対象