NAnt SDK Documentation - v0.92 |
|
RegsvcsTask.ApplicationName Property
Specifies the name of the COM+ application to either find or create.
[Visual Basic]
<TaskAttribute(Name:="application", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property ApplicationName As
String
[C#]
[TaskAttribute(Name="application", Required=False, ExpandProperties=True, ProcessXml=True)]
public
string ApplicationName {get; set;}
See Also
RegsvcsTask Class | NAnt.DotNet.Tasks Namespace