ClientStation.IsLocal Property

Flag indicating whether client is local.
<ID("IsLocal", (int)e.IsLocal)> _ 
<EditorBrowsable(EditorBrowsableState.Always)> _ 
Public Property IsLocal() As Boolean 
Get 
This language is not supported or no code example is available.
[ID("IsLocal", (int)e.IsLocal)] 
[EditorBrowsable(EditorBrowsableState.Always)] 
public bool IsLocal {get;}
This language is not supported or no code example is available.

Property Value

bool

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition