CSharpProjectProperties7.TargetFramework Property
Namespace: VSLangProj110
Assembly: VSLangProj110 (in VSLangProj110.dll)
Syntax
'Declaration
Property TargetFramework As UInteger
uint TargetFramework { get; set; }
property unsigned int TargetFramework {
unsigned int get ();
void set (unsigned int value);
}
abstract TargetFramework : uint32 with get, set
function get TargetFramework () : uint
function set TargetFramework (value : uint)
Property Value
Type: System.UInt32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.