| BinarySizeValue Property |
Gets the value of this instance, in bytes.
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public long Value { get; }
Public ReadOnly Property Value As Long
Get
public:
property long long Value {
long long get ();
}
member Value : int64 with get
Property Value
Type:
Int64
The value of this instance, in bytes.
See Also