AbstractSourceControlTask.

Root Property

Summary

The root variable contains information on how to locate a repository. Although this information is in different formats it typically must define the following:

server locationprotocol used to communicate with the repositoryrepository location on the serverproject location in the repository

Syntax

[StringValidator(AllowEmpty = false)]
public virtual string Root { get; set; }

Attributes

Type Description
StringValidatorAttribute Used to indicate whether a string property should allow an empty string value or not.

Value

Type Description
string