Share via


DatabaseProjectNodeProperties.TargetFramework Property

Gets the target framework.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Properties
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 DatabaseProjectNodeProperties 
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

DatabaseProjectNodeProperties Class

DatabaseProjectNodeProperties Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Properties Namespace