 | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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