NAnt SDK Documentation - v0.92 |
|
SolutionTask.WebMaps Property
WebMap of URL's to project references.
[Visual Basic]
<BuildElementCollection(ChildElementName:="map", ElementType:=null, Name:="webmap", Required:=False, ProcessXml:=True)>
Public ReadOnly Property WebMaps As
WebMapCollection
[C#]
[BuildElementCollection(ChildElementName="map", ElementType=null, Name="webmap", Required=False, ProcessXml=True)]
public
NAnt.VSNet.Types.WebMapCollection WebMaps {get;}
See Also
SolutionTask Class | NAnt.VSNet.Tasks Namespace