Share via


AddInStoreExtensions.DefaultPipelinePath Property

Gets a string that represents the default pipeline path.

Namespace:  Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.Hosting.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Hosting.v9.0.dll)

Syntax

'Declaration
Public Shared ReadOnly Property DefaultPipelinePath As String
'Usage
Dim value As String 

value = AddInStoreExtensions.DefaultPipelinePath
public static string DefaultPipelinePath { get; }
public:
static property String^ DefaultPipelinePath {
    String^ get ();
}
public static function get DefaultPipelinePath () : String

Property Value

Type: System.String
The default pipeline path.

.NET Framework Security

See Also

Reference

AddInStoreExtensions Class

AddInStoreExtensions Members

Microsoft.VisualStudio.Tools.Applications Namespace