IFlow.DestinationEndpointPort Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The destination endpoint ports of the stream
[ADT.Runtime.Info(Create=true, Description="The destination endpoint ports of the stream", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="destinationEndpointPorts", Update=true)]
public System.Collections.Generic.List<long> DestinationEndpointPort { get; set; }
[<ADT.Runtime.Info(Create=true, Description="The destination endpoint ports of the stream", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="destinationEndpointPorts", Update=true)>]
member this.DestinationEndpointPort : System.Collections.Generic.List<int64> with get, set
Public Property DestinationEndpointPort As List(Of Long)
Property Value
- Attributes