| AccountBlockInfoBlockId Property |
This is preliminary documentation and is subject to change.
ID of the block.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public long? BlockId { get; init; }
Public Property BlockId As Long?
Get
Set
Dim instance As AccountBlockInfo
Dim value As Long?
value = instance.BlockId
instance.BlockId = value
public:
property Nullable<long long> BlockId {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member BlockId : Nullable<int64> with get, set
Property Value
NullableInt64block ID, or
null if the block is a system block (see
SystemBlockType).
See Also