System.ServiceModel.OleTxTransactionExternalStrings
namespace System.ServiceModel
{
internal static class OleTxTransactionExternalStrings
{
public const string Namespace = "http://schemas.microsoft.com/ws/2006/02/tx/oletx";
public const string Prefix = "oletx";
public const string OleTxTransaction = "OleTxTransaction";
public const string PropagationToken = "PropagationToken";
}
}