 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic 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
Int32
See Also