ScriptTask.Domain Property

Indicates the ScriptTask Domain

Server:

The ScriptTask runs in the Server context, it cannot access Client objects i.e., Displays or client domain tags.

Client:

The ScriptTask runs in each Client where the ModuleScript is running.

<ID("Domain", (int)e.Domain, true)> _ 
Public Property Domain() As Integer 
Get 
This language is not supported or no code example is available.
[ID("Domain", (int)e.Domain, true)] 
public int Domain {get;}
This language is not supported or no code example is available.

Property Value

int

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition