IFlow.StreamId 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 flow stream identifier
[ADT.Runtime.Info(Create=true, Description="The flow stream identifier", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="streamId", Update=true)]
public string StreamId { get; set; }
[<ADT.Runtime.Info(Create=true, Description="The flow stream identifier", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="streamId", Update=true)>]
member this.StreamId : string with get, set
Public Property StreamId As String
Property Value
- Attributes