MediaStore.Audio.AlbumColumns.NumberOfSongsForArtist Field

Definition

Caution

Use 'Android.Provider.MediaStore.Audio.IAlbumColumns.NumberOfSongsForArtist'. This class will be removed in a future release.

This column is available when getting album info via artist, and indicates the number of songs on the album by the given artist.

[Android.Runtime.Register("NUMBER_OF_SONGS_FOR_ARTIST")]
[System.Obsolete("Use 'Android.Provider.MediaStore.Audio.IAlbumColumns.NumberOfSongsForArtist'. This class will be removed in a future release.")]
public const string NumberOfSongsForArtist;
[<Android.Runtime.Register("NUMBER_OF_SONGS_FOR_ARTIST")>]
[<System.Obsolete("Use 'Android.Provider.MediaStore.Audio.IAlbumColumns.NumberOfSongsForArtist'. This class will be removed in a future release.")>]
val mutable NumberOfSongsForArtist : string

Field Value

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to