NAnt SDK Documentation - v0.85-nightly-2005-11-09

RTagTask.Tag Property

[This is preliminary documentation and subject to change.]

The name of the tag to assign or remove.

[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="^[A-Za-z0-9][A-Za-z0-9._\-]*$", ExpressionErrorMessage:="null"), _  TaskAttribute(Name:="tag", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property Tag As String
[C#]
[StringValidator(AllowEmpty=False, Expression="^[A-Za-z0-9][A-Za-z0-9._\-]*$", ExpressionErrorMessage="null")]
[TaskAttribute(Name="tag", Required=True, ExpandProperties=True, ProcessXml=True)]
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.RTagTask.Tag

See Also

RTagTask Class | NAnt.SourceControl.Tasks Namespace