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