SharpCvsLib

Entry.TagFile Property

Holds information on a tag file if there is a

sticky-tag
in the cvs directory. If there is no tag in the cvs directory then this value is null.

[Visual Basic]
Public Property TagFile As Tag
[C#]
public Tag TagFile {get; set;}

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.FileSystem.Entry.TagFile

See Also

Entry Class | ICSharpCode.SharpCvsLib.FileSystem Namespace