TrackInfo.Index Property

Gets or sets the Index property.

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

Syntax

'Declaration

Public Property Index As UInteger
    Get
    Protected Set
'Usage

Dim instance As TrackInfo
Dim value As UInteger

value = instance.Index

instance.Index = value
public uint Index { get; protected set; }
public:
property unsigned int Index {
    unsigned int get ();
    protected: void set (unsigned int value);
}
member Index : uint32 with get, set
function get Index () : uint
protected function set Index (value : uint)

Property Value

Type: System.UInt32
An unsigned integer value that specifies the track index.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

TrackInfo Class

Microsoft.Web.Media.SmoothStreaming Namespace