| AccountInfoIsBlocked Property |
This is preliminary documentation and is subject to change.
Determines whether the current user has been blocked.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public bool IsBlocked { get; }
Public ReadOnly Property IsBlocked As Boolean
Get
Dim instance As AccountInfo
Dim value As Boolean
value = instance.IsBlocked
public:
property bool IsBlocked {
bool get ();
}
member IsBlocked : bool with get
Property Value
BooleanSee Also