Share via


TcpSocketActionV1.Port Property

Definition

Gets or sets the port number to access for the TCP socket action. This property specifies the numeric port on which the TCP connection should be established.

[YamlDotNet.Serialization.YamlMember(Alias="port")]
public int Port { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="port")>]
member this.Port : int with get, set
Public Property Port As Integer

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to