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