subclass of a video to represent a video that is part of a playlist

Namespace:  Google.YouTube
Assembly:  Google.GData.YouTube (in Google.GData.YouTube.dll)
Version: 1.4.0.2

Syntax

C#
public class PlayListMember : Video
Visual Basic (Declaration)
Public Class PlayListMember _

	Inherits Video
Visual C++
public ref class PlayListMember : public Video

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.Entry
    Google.YouTube..::.Video
      Google.YouTube..::.PlayListMember

See Also