  | AllCategoriesGeneratorMinChildrenCount Property | 
This is preliminary documentation and is subject to change.
            Minimum number of category members.
            
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic int? MinChildrenCount { get; set; }Public Property MinChildrenCount As Integer?
	Get
	Set
Dim instance As AllCategoriesGenerator
Dim value As Integer?
value = instance.MinChildrenCount
instance.MinChildrenCount = value
public:
property Nullable<int> MinChildrenCount {
	Nullable<int> get ();
	void set (Nullable<int> value);
}member MinChildrenCount : Nullable<int> with get, set
Property Value
NullableInt32
See Also