SourceAndSymbolServerSettings.IndexSources Property
Gets or sets a flag indicating whether to index sources.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Déclaration
<BrowsableAttribute(True)> _
Public Property IndexSources As Boolean
Get
Set
[BrowsableAttribute(true)]
public bool IndexSources { get; set; }
[BrowsableAttribute(true)]
public:
property bool IndexSources {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(true)>]
member IndexSources : bool with get, set
function get IndexSources () : boolean
function set IndexSources (value : boolean)
Property Value
Type: System.Boolean
True to index sources; otherwise, false.
.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