 | SearchResultItemContentLength Property |
This is preliminary documentation and is subject to change.
Gets the content length, in bytes.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[JsonPropertyNameAttribute("size")]
public int ContentLength { get; init; }<JsonPropertyNameAttribute("size")>
Public Property ContentLength As Integer
Get
Set
Dim instance As SearchResultItem
Dim value As Integer
value = instance.ContentLength
instance.ContentLength = valuepublic:
[JsonPropertyNameAttribute(L"size")]
property int ContentLength {
int get ();
void set (int value);
}[<JsonPropertyNameAttribute("size")>]
member ContentLength : int with get, setProperty Value
Int32
See Also