An NDoc Documented Class Library

CoreConfiguration.InProc Property

[Visual Basic]
Property InProc As Boolean
[C#]
bool InProc { get; set; }
[C++]
__property bool get_InProc();
__property void set_InProc(bool );
[JScript]
function get InProc() : bool
function set InProc(bool);

See Also

CoreConfiguration Interface | White.Core.Configuration Namespace