Visual Basic (Declaration) | |
---|---|
Public MustOverride Property RecordLengthUnit As RecordLengthUnit |
C# | |
---|---|
public abstract RecordLengthUnit RecordLengthUnit {get; set;} |
C++/CLI | |
---|---|
public: abstract property RecordLengthUnit RecordLengthUnit { RecordLengthUnit get(); void set ( RecordLengthUnit value); } |
The recording length units may be either record, point, second, or segment. SetRecordLength sets both the record length and the unit.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)