Class SubComponent
- Namespace
- EDIParser
- Assembly
- EDIParser.dll
Represents a subcomponent within an EDI component or repetition.
public sealed class SubComponent
- Inheritance
-
SubComponent
- Inherited Members
Properties
Name
Gets or sets the one-based name or position of the subcomponent.
public string Name { get; set; }
Property Value
Value
Gets or sets the value of the subcomponent.
public string Value { get; set; }