NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
TagTask.Tag Property
[This is preliminary documentation and subject to change.]
The name of the tag to assign or remove.
[Visual Basic]
<TaskAttribute(Name:="tag", Required:=True, ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=False, Expression:="^[A-Za-z0-9][A-Za-z0-9._\-]*$", ExpressionErrorMessage:="null")>
Public Property Tag As
String
[C#]
[TaskAttribute(Name="tag", Required=True, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="^[A-Za-z0-9][A-Za-z0-9._\-]*$", ExpressionErrorMessage="null")]
public
string Tag {get; set;}
Property Value
The name of the tag to assign or remove.
Remarks
Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.TagTask.Tag
See Also
TagTask Class | NAnt.SourceControl.Tasks Namespace