 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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
Int32
See Also