Class USADriveIdJurisdSubfile.DataElement

USADriveIdJurisdSubfile.DataElement class

Represents a jurisdiction-specific data field used in documents, for example ElementID = “ZVA” with Value = “01”.

public class DataElement

Constructors

NameDescription
DataElement()The default constructor.

Properties

NameDescription
ElementID { get; set; }A 3-character code that identifies the jurisdiction-specific field, e.g., “ZVA”.
Value { get; set; }The text value associated with the field, typically defined by jurisdiction rules.

See Also