 | ExtensionInfoVcsDate Property |
This is preliminary documentation and is subject to change.
(Git only) The date of the latest version.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[JsonPropertyNameAttribute("vcs-date")]
public string? VcsDate { get; init; }<JsonPropertyNameAttribute("vcs-date")>
Public Property VcsDate As String
Get
Set
Dim instance As ExtensionInfo
Dim value As String
value = instance.VcsDate
instance.VcsDate = valuepublic:
[JsonPropertyNameAttribute(L"vcs-date")]
property String^ VcsDate {
String^ get ();
void set (String^ value);
}[<JsonPropertyNameAttribute("vcs-date")>]
member VcsDate : string with get, setProperty Value
String
See Also