Interface IHasArtist
Namespace: MediaBrowser.Controller.Entities.Audio
Assembly: MediaBrowser.Controller.dll
Syntax
public interface IHasArtistProperties
ArtistItems
Declaration
LinkedItemInfo[] ArtistItems { get; set; }Property Value
| Type | Description | 
|---|---|
| LinkedItemInfo[] | 
Artists
Declaration
string[] Artists { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String[] | 
Composers
Declaration
LinkedItemInfo[] Composers { get; set; }Property Value
| Type | Description | 
|---|---|
| LinkedItemInfo[] |