DbFileSpec.FullPath Property (Typed) | |
Assign a full path—including drive, directory, file name, and extension—to the DBFileSpec object.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY FullPath AS STRING SET
public override string FullPath { set; }
Request Example
View SourceProperty Value
Type:
StringAssign a full path—including drive, directory, file name, and extension—to the DBFileSpec object.
See Also