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