ProductManager.Languages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.