Share via


ExtenderTargetFrameworkMoniker Property

Gets or sets {insert text here}.

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

Syntax

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

value = instance.ExtenderTargetFrameworkMoniker

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

Property Value

Type: System..::..String

See Also

Reference

DatabaseConfigurationExtender Class

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