  | TransactionLength Property  | 
 
            Gets or sets the length.
            
 
    Namespace: 
   Ookii.Jumbo.Jet.Samples.FPGrowth
    Assembly:
   Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntaxpublic int Length { get; set; }Public Property Length As Integer
	Get
	Set
public:
property int Length {
	int get ();
	void set (int value);
}member Length : int with get, set
Property Value
Type: 
Int32The length.
See Also