Length Property

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Field length (for fixed length strings and BCD's).

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Length { get; set; }
Public Property Length As Integer
	Get
	Set
public:
property int Length {
	int get ();
	void set (int value);
}

See Also