DefaultPortElement.Port 属性

定义

获取或设置默认通信端口号。

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

属性值

通信端口。

属性

适用于