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
Remix
Gets or sets the remix information.
public string Remix { get; set; }
Property Value
Title
Gets or sets the title of the song.
public string Title { get; set; }