| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
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 = value
public:
[JsonPropertyNameAttribute(L"size")]
property int ContentLength {
int get ();
void set (int value);
}
[<JsonPropertyNameAttribute("size")>]
member ContentLength : int with get, set
Property Value
Int32See Also