ReceiveLocation.

ReceiveLocation.ReceiveLocationAction Enum

Summary

Defines the actions that can be performed on a BizTalk receive location.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.BizTalk
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["ReceiveLocation.ReceiveLocationAction"] class Type type-node

Syntax

public enum ReceiveLocation.ReceiveLocationAction

Fields

Name Constant Value Summary
Disable 2
Disables the receive location.
static
Enable 1
Enables the receive location.
static