Share via


DatabaseProjectNodeProperties.TargetFramework Property

This class and its members are reserved for internal use and are not intended to be used in your code.

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

Syntax

'Declaration
<AutomationBrowsableAttribute(True)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property TargetFramework As String
[AutomationBrowsableAttribute(true)]
[BrowsableAttribute(false)]
public string TargetFramework { get; }
[AutomationBrowsableAttribute(true)]
[BrowsableAttribute(false)]
public:
property String^ TargetFramework {
    String^ get ();
}
[<AutomationBrowsableAttribute(true)>]
[<BrowsableAttribute(false)>]
member TargetFramework : string
function get TargetFramework () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DatabaseProjectNodeProperties Class

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace