| UserInfoPowerUserTypes Property |
This is preliminary documentation and is subject to change.
Note: This API is now obsolete.
[Missing <summary> documentation for "P:WikiClientLibrary.Wikia.WikiaApi.UserInfo.PowerUserTypes"]
Namespace: WikiClientLibrary.Wikia.WikiaApiAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [ObsoleteAttribute("The field has been removed from Wikia v1 API response.")]
[JsonIgnoreAttribute]
public ICollection<string> PowerUserTypes { get; init; }
<ObsoleteAttribute("The field has been removed from Wikia v1 API response.")>
<JsonIgnoreAttribute>
Public Property PowerUserTypes As ICollection(Of String)
Get
Set
Dim instance As UserInfo
Dim value As ICollection(Of String)
value = instance.PowerUserTypes
instance.PowerUserTypes = value
public:
[ObsoleteAttribute(L"The field has been removed from Wikia v1 API response.")]
[JsonIgnoreAttribute]
property ICollection<String^>^ PowerUserTypes {
ICollection<String^>^ get ();
void set (ICollection<String^>^ value);
}
[<ObsoleteAttribute("The field has been removed from Wikia v1 API response.")>]
[<JsonIgnoreAttribute>]
member PowerUserTypes : ICollection<string> with get, set
Property Value
ICollectionStringSee Also