StreamingLocator.StreamingLocatorId Property

Definition

Gets or sets the StreamingLocatorId of the Streaming Locator.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.streamingLocatorId")]
public Guid? StreamingLocatorId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.streamingLocatorId")>]
member this.StreamingLocatorId : Nullable<Guid> with get, set
Public Property StreamingLocatorId As Nullable(Of Guid)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to