SourceAndSymbolServerSettings Constructor (Boolean, String)

Initializes a new instance of the SourceAndSymbolServerSettings class.

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

Syntax

'Declaration
Public Sub New ( _
    indexSources As Boolean, _
    symbolStorePath As String _
)
public SourceAndSymbolServerSettings(
    bool indexSources,
    string symbolStorePath
)
public:
SourceAndSymbolServerSettings(
    bool indexSources, 
    String^ symbolStorePath
)
new : 
        indexSources:bool * 
        symbolStorePath:string -> SourceAndSymbolServerSettings
public function SourceAndSymbolServerSettings(
    indexSources : boolean, 
    symbolStorePath : String
)

Parameters

  • indexSources
    Type: System.Boolean
    True to index sources; otherwise, false.
  • symbolStorePath
    Type: System.String
    The path to the symbol store.

.NET Framework Security

See Also

Reference

SourceAndSymbolServerSettings Class

SourceAndSymbolServerSettings Overload

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace