Share via


ServicePortV1.Protocol Property

Definition

Gets or sets the protocol used by the service, such as "TCP" or "UDP".

[YamlDotNet.Serialization.YamlMember(Alias="protocol")]
public string Protocol { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="protocol")>]
member this.Protocol : string with get, set
Public Property Protocol As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to