AlbumAvailableInTerritories Property |
doogal.co.uk Home
Gets the list of territories that the album is available in.
Namespace: SpotifyAssembly: Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax public string[] AvailableInTerritories { get; }
Public ReadOnly Property AvailableInTerritories As String()
Get
public:
property array<String^>^ AvailableInTerritories {
array<String^>^ get ();
}
member AvailableInTerritories : string[] with get
Property Value
Type:
StringSee Also