Click or drag to resize

AccountBlockInfoBlockId Property

This is preliminary documentation and is subject to change.

ID of the block.

Namespace: WikiClientLibrary.Sites
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public long? BlockId { get; init; }

Property Value

NullableInt64
block ID, or null if the block is a system block (see SystemBlockType).
See Also