NAnt SDK Documentation - v0.85-nightly-2005-11-09

RegsvcsTask.PartitionName Property

[This is preliminary documentation and subject to change.]

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

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

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.RegsvcsTask.PartitionName

See Also

RegsvcsTask Class | NAnt.DotNet.Tasks Namespace