共用方式為


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

屬性值

指出伺服器類型的列舉值。

適用於