StreamInfoEntity.StreamSequence Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("streamSequence")]
[System.Text.Json.Serialization.JsonPropertyOrder(5)]
public int? StreamSequence { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("streamSequence")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(5)>]
member this.StreamSequence : Nullable<int> with get, set
Public Property StreamSequence As Nullable(Of Integer)

Property Value

Attributes

Applies to