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