PrefixLength Property

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Prefix length (for variable length strings).

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

Syntax

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

See Also