| AccountInfoRights Property |
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "P:WikiClientLibrary.Sites.AccountInfo.Rights"]
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public IReadOnlyCollection<string> Rights { get; init; }
Public Property Rights As IReadOnlyCollection(Of String)
Get
Set
Dim instance As AccountInfo
Dim value As IReadOnlyCollection(Of String)
value = instance.Rights
instance.Rights = value
public:
property IReadOnlyCollection<String^>^ Rights {
IReadOnlyCollection<String^>^ get ();
void set (IReadOnlyCollection<String^>^ value);
}
member Rights : IReadOnlyCollection<string> with get, set
Property Value
IReadOnlyCollectionStringSee Also