Share via


IGlobalConfigurationProvider.FrameworkVersions Property

Definition

Gets a read-only collection of configurable .NET Framework versions that are visible to the management service.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::Management::Server::ManagementFrameworkVersion ^> ^ FrameworkVersions { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::Management::Server::ManagementFrameworkVersion ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.Management.Server.ManagementFrameworkVersion> FrameworkVersions { get; }
member this.FrameworkVersions : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.Management.Server.ManagementFrameworkVersion>
Public ReadOnly Property FrameworkVersions As ReadOnlyCollection(Of ManagementFrameworkVersion)

Property Value

A System.Collections.ObjectModel.ReadOnlyCollection object that contains the configurable .NET Framework versions that are visible to the management service.

Applies to