DeviceAccountConfiguration.Domain Property

Definition

Gets or sets the network domain of the device.

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

Property Value

String

Platform::String

winrt::hstring

The network domain of the device.

Applies to