Host.

Server Property

Summary

The name of the BizTalk server on which to perform the action. If not specified, the action will be performed on all instances.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.BizTalk
Containing Type
Host

Syntax

[TaskAttribute("server", Required = false)]
[StringValidator(AllowEmpty = false)]
public string Server { get; set; }

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string