DeviceAccountConfiguration.Domain Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The network domain of the device.