 | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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
Boolean
See Also