Table of Contents

Class MusicTitle

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Represents a music title with artist, title, and remix information.

public class MusicTitle
Inheritance
MusicTitle
Inherited Members
Extension Methods

Properties

Artist

Gets or sets the artist name.

public string Artist { get; set; }

Property Value

string

Remix

Gets or sets the remix information.

public string Remix { get; set; }

Property Value

string

Title

Gets or sets the title of the song.

public string Title { get; set; }

Property Value

string