OrderSpec.FileName Property | |
The drive, path and file name of the order. The drive and path default to either the current window's drive and path or to the drive and path used in SetDefault(), if omitted.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY FileName AS USUAL GET SET
public virtual Usual FileName { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe drive, path and file name of the order. The drive and path default to either the current window's drive and path or to the drive and path used in SetDefault(), if omitted.
See Also