Fragment size for samples returned from GetSample method call.

Namespace: Cartella.Search
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

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

See Also