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