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