OFXAppVersion (property)

OFX application version.

Syntax

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

Default Value

""

Remarks

This is the version of the user's OFX application.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 iOS Edition - Version 20.0 [Build 7941]