EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  Pascal  ActiveX  DLL 


TElASMessageError.Modifier

TElASMessageError     See also    


 

Specifies error disposition modifier.

 
 

Declaration

[C#]
    TSBASDispositionModifier Modifier;

[VB.NET]
    Property Modifier As TSBASDispositionModifier

[Pascal]
    property Modifier: TSBASDispositionModifier;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Possible values:

[.NET] [Pascal] Description
dmWarning = 0 dmWarning The message was successfully processed but some sort of exceptional condition occurred.
dmError = 1 dmError The message was not successfully processed due to some error.
dmFailure = 2 dmFailure A failure occurred that prevented the proper generation of an MDN.
Declared in
[.NET] [Pascal]
Namespace: SBASCommon
Assembly: SecureBlackbox.EDI
Unit: SBASCommon

 
 

Description

    Use this property to specify message error disposition modifier.

 
 

See also:     Code     Description     Summary    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation