Class CfnPartnership.X12DelimitersProperty
Inheritance
Implements
Namespace: Amazon.CDK.AwsB2Bi
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class X12DelimitersProperty : Object, CfnPartnership.IX12DelimitersProperty
Syntax (vb)
Public Class X12DelimitersProperty
Inherits Object
Implements CfnPartnership.IX12DelimitersProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_b2bi;
var x12DelimitersProperty = new X12DelimitersProperty {
ComponentSeparator = "componentSeparator",
DataElementSeparator = "dataElementSeparator",
SegmentTerminator = "segmentTerminator"
};
Synopsis
Constructors
X12Delimiters |
Properties
Component |
|
Data |
|
Segment |
Constructors
X12DelimitersProperty()
public X12DelimitersProperty()
Properties
ComponentSeparator
public string ComponentSeparator { get; set; }
Property Value
System.
Remarks
DataElementSeparator
public string DataElementSeparator { get; set; }
Property Value
System.
Remarks
SegmentTerminator
public string SegmentTerminator { get; set; }
Property Value
System.