Gets the list of territories that the album is available in.

Namespace:  Spotify
Assembly:  Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)

Collapse imageSyntax

C#
public string[] AvailableInTerritories { get; }
Visual Basic (Declaration)
Public ReadOnly Property AvailableInTerritories As String()
Visual C++
public:
property array<String^>^ AvailableInTerritories {
	array<String^>^ get ();
}

Collapse imageSee Also