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