| AbuseFilterListEndId Property |
This is preliminary documentation and is subject to change.
The filter ID to stop enumerating at.
Namespace: WikiClientLibrary.AbuseFiltersAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public int EndId { get; set; }
Public Property EndId As Integer
Get
Set
Dim instance As AbuseFilterList
Dim value As Integer
value = instance.EndId
instance.EndId = value
public:
property int EndId {
int get ();
void set (int value);
}
member EndId : int with get, set
Property Value
Int32See Also