IFlow.DestinationEndpoint 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 endpoints of the stream
[ADT.Runtime.Info(Create=true, Description="The destination endpoints of the stream", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="destinationEndpoints", Update=true)]
public System.Collections.Generic.List<string> DestinationEndpoint { get; set; }
[<ADT.Runtime.Info(Create=true, Description="The destination endpoints of the stream", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="destinationEndpoints", Update=true)>]
member this.DestinationEndpoint : System.Collections.Generic.List<string> with get, set
Public Property DestinationEndpoint As List(Of String)
Property Value
- Attributes