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