  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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 = valuepublic:
[JsonPropertyNameAttribute(L"enableNewAuth")]
property bool IsNewAuthEnabled {
	bool get ();
	void set (bool value);
}[<JsonPropertyNameAttribute("enableNewAuth")>]
member IsNewAuthEnabled : bool with get, setProperty Value
Boolean
See Also