Share via


WebSiteProperties3.TargetFramework Property

Gets or sets the target .NET Framework version for the Web site.

Namespace:  VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.dll)

Syntax

'Declaration
Property TargetFramework As UInteger
'Usage
Dim instance As WebSiteProperties3 
Dim value As UInteger 

value = instance.TargetFramework

instance.TargetFramework = value
uint TargetFramework { get; set; }
property unsigned int TargetFramework {
    unsigned int get ();
    void set (unsigned int value);
}
function get TargetFramework () : uint 
function set TargetFramework (value : uint)

Property Value

Type: System.UInt32
A double word integer with its high word set to the major version number and its low word set to the minor version number.

.NET Framework Security

See Also

Reference

WebSiteProperties3 Interface

WebSiteProperties3 Members

VsWebSite90 Namespace