Share via


RuntimeConfigV11 Constructor

Definition

public:
 RuntimeConfigV11(System::String ^ homeProfileName, System::String ^ tradingPartnerName, System::String ^ homeProfileDUNS, System::String ^ tradingPartnerDUNS, System::String ^ pipCode, System::String ^ pipVersion, System::Collections::Specialized::NameValueCollection ^ pipConfig, System::Collections::Specialized::NameValueCollection ^ tpaConfig);
public RuntimeConfigV11 (string homeProfileName, string tradingPartnerName, string homeProfileDUNS, string tradingPartnerDUNS, string pipCode, string pipVersion, System.Collections.Specialized.NameValueCollection pipConfig, System.Collections.Specialized.NameValueCollection tpaConfig);
new Microsoft.Solutions.BTARN.ConfigurationManager.RuntimeConfigV11 : string * string * string * string * string * string * System.Collections.Specialized.NameValueCollection * System.Collections.Specialized.NameValueCollection -> Microsoft.Solutions.BTARN.ConfigurationManager.RuntimeConfigV11
Public Sub New (homeProfileName As String, tradingPartnerName As String, homeProfileDUNS As String, tradingPartnerDUNS As String, pipCode As String, pipVersion As String, pipConfig As NameValueCollection, tpaConfig As NameValueCollection)

Parameters

homeProfileName
String
tradingPartnerName
String
homeProfileDUNS
String
tradingPartnerDUNS
String
pipCode
String
pipVersion
String

Applies to