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
'Declaration
<BrowsableAttribute(True)> _
Public Property SymbolStorePath As String
[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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SourceAndSymbolServerSettings Class
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace