Share via


WebSiteProperties3.TargetFramework Property

Definition

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

public:
 property System::UInt32 TargetFramework { System::UInt32 get(); void set(System::UInt32 value); };
[System.Runtime.InteropServices.DispId(2000)]
public uint TargetFramework { [System.Runtime.InteropServices.DispId(2000)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; [System.Runtime.InteropServices.DispId(2000)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] set; }
[<System.Runtime.InteropServices.DispId(2000)>]
[<get: System.Runtime.InteropServices.DispId(2000)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
[<set: System.Runtime.InteropServices.DispId(2000)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.TargetFramework : uint32 with get, set
Public Property TargetFramework As UInteger

Property Value

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

Attributes

Applies to