ExtenderAssemblyName Property
The AssemblyName for this project
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<AutomationBrowsableAttribute(True)> _
<BrowsableAttribute(False)> _
Public Property ExtenderAssemblyName As String
Get
Set
'Usage
Dim instance As DatabaseProjectNodeExtender
Dim value As String
value = instance.ExtenderAssemblyName
instance.ExtenderAssemblyName = value
[AutomationBrowsableAttribute(true)]
[BrowsableAttribute(false)]
public string ExtenderAssemblyName { get; set; }
[AutomationBrowsableAttribute(true)]
[BrowsableAttribute(false)]
public:
property String^ ExtenderAssemblyName {
String^ get ();
void set (String^ value);
}
[<AutomationBrowsableAttribute(true)>]
[<BrowsableAttribute(false)>]
member ExtenderAssemblyName : string with get, set
function get ExtenderAssemblyName () : String
function set ExtenderAssemblyName (value : String)
Property Value
Type: System..::..String