SourceAndSymbolServerSettings.SymbolStorePath Property

Gets or sets the path to the symbol store.

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

Syntax

'宣言
<BrowsableAttribute(True)> _
Public Property SymbolStorePath As String
    Get
    Set
[BrowsableAttribute(true)]
public string SymbolStorePath { get; set; }
[BrowsableAttribute(true)]
public:
property String^ SymbolStorePath {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(true)>]
member SymbolStorePath : string with get, set
function get SymbolStorePath () : String
function set SymbolStorePath (value : String)

Property Value

Type: System.String
The path to the symbol store.

.NET Framework Security

See Also

Reference

SourceAndSymbolServerSettings Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace