IGlobalConfigurationProvider.FrameworkVersions 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 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.