NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
CvsPass.Root Property
[This is preliminary documentation and subject to change.]
The repository root string.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="cvsroot", ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property Root As
String
[C#]
[TaskAttribute(Required=False, Name="cvsroot", ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public
string Root {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.CvsPass.Root
See Also
CvsPass Class | NAnt.SourceControl.Tasks Namespace