SharpCvsLib

CommandLineParser.CvsRoot Property

Value of the cvsroot to use as a string. This will be passed into the CvsRoot object which will know how to parse it.

[Visual Basic]
Public ReadOnly Property CvsRoot As CvsRoot
[C#]
public ICSharpCode.SharpCvsLib.Misc.CvsRoot CvsRoot {get;}

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.Console.Parser.CommandLineParser.CvsRoot

See Also

CommandLineParser Class | ICSharpCode.SharpCvsLib.Console.Parser Namespace