Share via


TargetFrameworkMoniker Property

Gets or sets {insert text here}.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
<AutomationBrowsableAttribute(True)> _
Public Property TargetFrameworkMoniker As String
    Get
    Set
'Usage
Dim instance As DatabaseProjectNodeProperties
Dim value As String

value = instance.TargetFrameworkMoniker

instance.TargetFrameworkMoniker = value
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(true)]
public string TargetFrameworkMoniker { get; set; }
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(true)]
public:
property String^ TargetFrameworkMoniker {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
[<AutomationBrowsableAttribute(true)>]
member TargetFrameworkMoniker : string with get, set
function get TargetFrameworkMoniker () : String
function set TargetFrameworkMoniker (value : String)

Property Value

Type: System..::..String

See Also

Reference

DatabaseProjectNodeProperties Class

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