ExtenderAssemblyTitle Property
The AssemblyTitle 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 ExtenderAssemblyTitle As String
Get
Set
'Usage
Dim instance As DatabaseProjectNodeExtender
Dim value As String
value = instance.ExtenderAssemblyTitle
instance.ExtenderAssemblyTitle = value
[AutomationBrowsableAttribute(true)]
[BrowsableAttribute(false)]
public string ExtenderAssemblyTitle { get; set; }
[AutomationBrowsableAttribute(true)]
[BrowsableAttribute(false)]
public:
property String^ ExtenderAssemblyTitle {
String^ get ();
void set (String^ value);
}
[<AutomationBrowsableAttribute(true)>]
[<BrowsableAttribute(false)>]
member ExtenderAssemblyTitle : string with get, set
function get ExtenderAssemblyTitle () : String
function set ExtenderAssemblyTitle (value : String)
Property Value
Type: System..::..String