Share via


StreamInfo.ChildStreams Property

Gets the ChildStreams property.

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

Syntax

'Declaration

Public ReadOnly Property ChildStreams As IList(Of StreamInfo)
    Get
'Usage

Dim instance As StreamInfo
Dim value As IList(Of StreamInfo)

value = instance.ChildStreams
public IList<StreamInfo> ChildStreams { get; }
public:
property IList<StreamInfo^>^ ChildStreams {
    IList<StreamInfo^>^ get ();
}
member ChildStreams : IList<StreamInfo>
function get ChildStreams () : IList<StreamInfo>

Property Value

Type: System.Collections.Generic.IList<StreamInfo>
A generic list of StreamInfo objects.

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