SharpCvsLib

CommandLineParser.Repository Property

Value of the repository to use as a string. This will be passed into the CheckoutCommand object which will know which files to get.

[Visual Basic]
Public ReadOnly Property Repository As String
[C#]
public string Repository {get;}

Property Value

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

See Also

CommandLineParser Class | ICSharpCode.SharpCvsLib.Console.Parser Namespace