ManagementUnit.GetAssociatedFrameworkVersion Method
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.
When overridden in a derived class, returns the .NET Framework version for the management unit.
protected:
abstract Microsoft::Web::Management::Server::ManagementFrameworkVersion ^ GetAssociatedFrameworkVersion();
protected abstract Microsoft.Web.Management.Server.ManagementFrameworkVersion GetAssociatedFrameworkVersion ();
abstract member GetAssociatedFrameworkVersion : unit -> Microsoft.Web.Management.Server.ManagementFrameworkVersion
Protected MustOverride Function GetAssociatedFrameworkVersion () As ManagementFrameworkVersion
Returns
A ManagementFrameworkVersion object for the management unit.
Remarks
The value of the FrameworkVersion property is determined by this method.