| ScribuntoConsoleSessionMaxSize Property |
This is preliminary documentation and is subject to change.
Gets the maximum allowed server memory consumption of the current evaluation session.
Namespace: WikiClientLibrary.ScribuntoAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public int SessionMaxSize { get; }
Public ReadOnly Property SessionMaxSize As Integer
Get
Dim instance As ScribuntoConsole
Dim value As Integer
value = instance.SessionMaxSize
public:
property int SessionMaxSize {
int get ();
}
member SessionMaxSize : int with get
Property Value
Int32See Also