| AllCategoriesGeneratorMaxChildrenCount Property |
This is preliminary documentation and is subject to change.
Maximum number of category members.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public int? MaxChildrenCount { get; set; }
Public Property MaxChildrenCount As Integer?
Get
Set
Dim instance As AllCategoriesGenerator
Dim value As Integer?
value = instance.MaxChildrenCount
instance.MaxChildrenCount = value
public:
property Nullable<int> MaxChildrenCount {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MaxChildrenCount : Nullable<int> with get, set
Property Value
NullableInt32See Also