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

Formatter.Pattern Property

[This is preliminary documentation and subject to change.]

The string pattern to use to format the property.

[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _  TaskAttribute(Name:="pattern", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property Pattern As String
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Name="pattern", Required=True, ExpandProperties=True, ProcessXml=True)]
public string Pattern {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.Formatter.Pattern

See Also

Formatter Class | NAnt.Core.Types Namespace