DeviceAccountConfiguration.ServerType 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 a value indicating the type of the server.
public:
property DeviceAccountServerType ServerType { DeviceAccountServerType get(); void set(DeviceAccountServerType value); };
DeviceAccountServerType ServerType();
void ServerType(DeviceAccountServerType value);
public DeviceAccountServerType ServerType { get; set; }
var deviceAccountServerType = deviceAccountConfiguration.serverType;
deviceAccountConfiguration.serverType = deviceAccountServerType;
Public Property ServerType As DeviceAccountServerType
Property Value
Enum value indicating the type of the server.