Share via


ExtenderOutputPath Property

The output path on the Build properties page

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property ExtenderOutputPath As String
    Get
    Set
'Usage
Dim instance As AgnosticDatabaseConfigurationExtender
Dim value As String

value = instance.ExtenderOutputPath

instance.ExtenderOutputPath = value
[BrowsableAttribute(true)]
public string ExtenderOutputPath { get; set; }
[BrowsableAttribute(true)]
public:
property String^ ExtenderOutputPath {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(true)>]
member ExtenderOutputPath : string with get, set
function get ExtenderOutputPath () : String
function set ExtenderOutputPath (value : String)

Property Value

Type: System..::..String

See Also

Reference

AgnosticDatabaseConfigurationExtender Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace