VirtualUser
BackgroundScriptIDs Property
C# API
Returns a list of currently registered with the VU background script IDs
Namespace:
Facilita.Fc.Runtime
Assembly:
fc_clr
(in fc_clr.dll) Version: 9.5.7.98
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
List
<
string
>
BackgroundScriptIDs
{
get
; }
public List<string> BackgroundScriptIDs { get; }
See Also
VirtualUser Class
VirtualUser Members
Facilita.Fc.Runtime Namespace