Namespace: CuteEditor.Impl
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

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

See Also