MediaChapterCollection.ICollection<MediaChapter>.Count Property

For a description of this member, see ICollection<T>.Count.

Namespace:  System.Web.UI.SilverlightControls
Assembly:  System.Web.Silverlight (in System.Web.Silverlight.dll)

Syntax

'Declaration
Private ReadOnly Property Count As Integer
    Implements ICollection(Of MediaChapter).Count
    Get
'Usage
Dim instance As MediaChapterCollection
Dim value As Integer

value = CType(instance, ICollection(Of MediaChapter)).Count
int ICollection<MediaChapter>.Count { get; }

Property Value

Type: System.Int32
The number of elements contained in the MediaChapterCollection.

Implements

ICollection<T>.Count

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

MediaChapterCollection Class

MediaChapterCollection Members

System.Web.UI.SilverlightControls Namespace