Поделиться через


DeviceAccountConfiguration.ServerType Свойство

Определение

Возвращает или задает значение, указывающее тип сервера.

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

Значение свойства

Значение перечисления, указывающее тип сервера.

Применяется к