Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

See Also