BatchValidator.ValidateActivateMessageProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static bool ValidateActivateMessageProperties(long batchId, System::String ^ batchName, System::String ^ senderPartyName, System::String ^ receiverPartyName, System::String ^ agreementName);
public static bool ValidateActivateMessageProperties (long batchId, string batchName, string senderPartyName, string receiverPartyName, string agreementName);
static member ValidateActivateMessageProperties : int64 * string * string * string * string -> bool
Public Shared Function ValidateActivateMessageProperties (batchId As Long, batchName As String, senderPartyName As String, receiverPartyName As String, agreementName As String) As Boolean
Parameters
- batchId
- Int64
- batchName
- String
- senderPartyName
- String
- receiverPartyName
- String
- agreementName
- String