NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
RegsvcsTask.ApplicationName Property
[This is preliminary documentation and subject to change.]
Specifies the name of the COM+ application to either find or create.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="application", ExpandProperties:=True, ProcessXml:=True)>
Public Property ApplicationName As
String
[C#]
[TaskAttribute(Required=False, Name="application", ExpandProperties=True, ProcessXml=True)]
public
string ApplicationName {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.DotNet.Tasks.RegsvcsTask.ApplicationName
See Also
RegsvcsTask Class | NAnt.DotNet.Tasks Namespace