SharpCvsLib

Debug.ResponseFile Property

Configure the name of the file that responses from the cvs server are logged to. This is set to

DEFAULT_RESPONSE_FILE
by default.

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

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.Config.Logging.Debug.ResponseFile

See Also

Debug Class | ICSharpCode.SharpCvsLib.Config.Logging Namespace