IPendingFlow.ConnectionId 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.
Connection ID of the pending flow.
[ADT.Runtime.Info(Create=false, Description="Connection ID of the pending flow.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="connectionId", Update=false)]
public string ConnectionId { get; }
[<ADT.Runtime.Info(Create=false, Description="Connection ID of the pending flow.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="connectionId", Update=false)>]
member this.ConnectionId : string
Public ReadOnly Property ConnectionId As String
Property Value
- Attributes