| SiteVariableDataIsNewAuthEnabled Property |
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "P:WikiClientLibrary.Wikia.Sites.SiteVariableData.IsNewAuthEnabled"]
Namespace: WikiClientLibrary.Wikia.SitesAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [JsonPropertyNameAttribute("enableNewAuth")]
public bool IsNewAuthEnabled { get; init; }
<JsonPropertyNameAttribute("enableNewAuth")>
Public Property IsNewAuthEnabled As Boolean
Get
Set
Dim instance As SiteVariableData
Dim value As Boolean
value = instance.IsNewAuthEnabled
instance.IsNewAuthEnabled = value
public:
[JsonPropertyNameAttribute(L"enableNewAuth")]
property bool IsNewAuthEnabled {
bool get ();
void set (bool value);
}
[<JsonPropertyNameAttribute("enableNewAuth")>]
member IsNewAuthEnabled : bool with get, set
Property Value
BooleanSee Also