Sdílet prostřednictvím


SessionIds.SessionIdsProperty Property

Definition

Gets or sets list of session IDs.

[Newtonsoft.Json.JsonProperty(PropertyName="sessionIds")]
public System.Collections.Generic.IList<string> SessionIdsProperty { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sessionIds")>]
member this.SessionIdsProperty : System.Collections.Generic.IList<string> with get, set
Public Property SessionIdsProperty As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to