DefaultPortElement.Port Свойство

Определение

Возвращает или задает номер COM-порта по умолчанию.

public:
 property int Port { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("port", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
[System.Configuration.IntegerValidator(MaxValue=65535, MinValue=0)]
public int Port { get; set; }
[System.Configuration.IntegerValidator(MaxValue=65535, MinValue=0)]
[System.Configuration.ConfigurationProperty("port", DefaultValue=0, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public int Port { get; set; }
[<System.Configuration.ConfigurationProperty("port", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
[<System.Configuration.IntegerValidator(MaxValue=65535, MinValue=0)>]
member this.Port : int with get, set
[<System.Configuration.IntegerValidator(MaxValue=65535, MinValue=0)>]
[<System.Configuration.ConfigurationProperty("port", DefaultValue=0, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.Port : int with get, set
Public Property Port As Integer

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

COM-порт.

Атрибуты

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