outputFile (property)

Specifies the name of the EDI file to write to.

Syntax

@property (nonatomic,readwrite,assign,getter=outputFile,setter=setOutputFile:) NSString* outputFile;
- (NSString*)outputFile;
- (void)setOutputFile:(NSString*)newOutputFile;
public var outputFile: String {
  get {...}
set {...} }

Default Value

""

Remarks

Set OutputFile before calling the StartInterchangeHeader method to write an EDI interchange to a file on disk.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks X12 2020 iOS Edition - Version 20.0 [Build 8155]