Freigeben über


PublishSymbols.StorePath-Eigenschaft

Ruft den Text ab oder legt den UNC-Pfad auf den SymStore-Symbolspeicherstammordner fest.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
<BrowsableAttribute(True)> _
Public Property StorePath As InArgument(Of String)
[RequiredArgumentAttribute]
[BrowsableAttribute(true)]
public InArgument<string> StorePath { get; set; }

Eigenschaftswert

Typ: System.Activities.InArgument<String>
Der UNC-Pfad des SymStore-Symbolspeicherstammordner.

.NET Framework-Sicherheit

Siehe auch

Referenz

PublishSymbols Klasse

Microsoft.TeamFoundation.Build.Workflow.Activities-Namespace