| WordCountKind Property |
Gets or sets the kind.
Namespace:
Ookii.Jumbo.Jet.Samples
Assembly:
Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax public WordCountKind Kind { get; set; }
Public Property Kind As WordCountKind
Get
Set
public:
property WordCountKind Kind {
WordCountKind get ();
void set (WordCountKind value);
}
member Kind : WordCountKind with get, set
Property Value
Type:
WordCountKind
The kind.
See Also