SharpCvsLib

Repository.ModuleName Property

Return the module name from the repository object. The cvs module name is stored as the topmost directory in the Repository relative path.

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

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.FileSystem.Repository.ModuleName

Example

In the repository path represented by:

sharpcvslib/src/ICSharpCode
The module name would be:
sharpcvslib

See Also

Repository Class | ICSharpCode.SharpCvsLib.FileSystem Namespace