다음을 통해 공유


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

속성 값

Int32

통신 포트입니다.

특성

적용 대상