NAnt SDK Documentation - v0.92

RegsvcsTask.PartitionName Property

Specifies the name or id of the COM+ application to either find or create.

[Visual Basic]
<TaskAttribute(Name:="partition", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property PartitionName As String
[C#]
[TaskAttribute(Name="partition", Required=False, ExpandProperties=True, ProcessXml=True)]
public string PartitionName {get; set;}

See Also

RegsvcsTask Class | NAnt.DotNet.Tasks Namespace