StreamInfo.UniqueId Property

Gets or sets the Id that identifies this stream.

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public Property UniqueId As String
    Get
    Friend Set
'Usage

Dim instance As StreamInfo
Dim value As String

value = instance.UniqueId
public string UniqueId { get; internal set; }
public:
property String^ UniqueId {
    String^ get ();
    internal: void set (String^ value);
}
member UniqueId : string with get, internal set
function get UniqueId () : String
internal function set UniqueId (value : String)

Property Value

Type: System.String
A string value that contains the Id.

Remarks

For more information see the examples in Timeline Markers and Events.

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

StreamInfo Class

Microsoft.Web.Media.SmoothStreaming Namespace