Share via


ProjectNodeProperties.TargetFramework Property

Gets the target framework value.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
<AutomationBrowsableAttribute(True)> _
Public ReadOnly Property TargetFramework As String
'Usage
Dim instance As ProjectNodeProperties 
Dim value As String 

value = instance.TargetFramework
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(true)]
public string TargetFramework { get; }
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(true)]
public:
property String^ TargetFramework {
    String^ get ();
}
public function get TargetFramework () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ProjectNodeProperties Class

ProjectNodeProperties Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace