 | SiteInfoScriptDirectoryPath Property |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[JsonPropertyNameAttribute("scriptpath")]
public string ScriptDirectoryPath { get; init; }<JsonPropertyNameAttribute("scriptpath")>
Public Property ScriptDirectoryPath As String
Get
Set
Dim instance As SiteInfo
Dim value As String
value = instance.ScriptDirectoryPath
instance.ScriptDirectoryPath = valuepublic:
[JsonPropertyNameAttribute(L"scriptpath")]
property String^ ScriptDirectoryPath {
String^ get ();
void set (String^ value);
}[<JsonPropertyNameAttribute("scriptpath")>]
member ScriptDirectoryPath : string with get, setProperty Value
String
See Also