Exemplo n.º 1
0
 public string GetESBExceptionPropertySchemasContextProperty(BizTalkESBExceptionPropertySchemaEnum property, FailureActionEnum failureAction)
 {
     return(GetContextProperty(property.ToString(), ContextPropertyNamespaces._ESBExceptionNamespace, failureAction));
 }
Exemplo n.º 2
0
 public void SetESBExceptionPropertySchemasContextProperty(BizTalkESBExceptionPropertySchemaEnum property, object value, ContextInstructionTypeEnum promotion, TypeEnum type)
 {
     SetCustomContextProperty(property.ToString(), ContextPropertyNamespaces._ESBExceptionNamespace, value, promotion, type);
 }