 | RevisionSlotContent Property |
This is preliminary documentation and is subject to change.
Slot content.
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[JsonPropertyNameAttribute("*")]
public string? Content { get; init; }<JsonPropertyNameAttribute("*")>
Public Property Content As String
Get
Set
Dim instance As RevisionSlot
Dim value As String
value = instance.Content
instance.Content = valuepublic:
[JsonPropertyNameAttribute(L"*")]
property String^ Content {
String^ get ();
void set (String^ value);
}[<JsonPropertyNameAttribute("*")>]
member Content : string with get, setProperty Value
Stringslot content. This property will be
null if the content has not been requested to be fetched.
See Also