Click or drag to resize

MessageAttribute Constructor (String, String)

Initializes a new instance of the MessageAttribute class.

Namespace:  EdiFabric.Core.Annotations.Edi
Assembly:  EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntax
public MessageAttribute(
	string format,
	string id
)

Parameters

format
Type: SystemString
EDI standard.
id
Type: SystemString
EDI transaction set id.
See Also