ManagementFrameworkVersion.CanManageFrameworkConfiguration 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 value indicating whether the .NET Framework major version is greater than or equal to 2.
public:
property bool CanManageFrameworkConfiguration { bool get(); };
public bool CanManageFrameworkConfiguration { get; }
member this.CanManageFrameworkConfiguration : bool
Public ReadOnly Property CanManageFrameworkConfiguration As Boolean
Property Value
true
if the .NET Framework major version is greater than or equal to 2; otherwise, false
.