Share via


ProductManager.Languages Property

Definition

Gets a read-only collection that contains the languages for this instance of the ProductManager object.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::PlatformInstaller::Language ^> ^ Languages { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::PlatformInstaller::Language ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.PlatformInstaller.Language> Languages { get; }
member this.Languages : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.PlatformInstaller.Language>
Public ReadOnly Property Languages As ReadOnlyCollection(Of Language)

Property Value

A generic ReadOnlyCollection of Language objects.

Applies to

See also