LogClientIsLocal Property |
Gets a bool indicating whether the client is a local client or an Internet client.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsLocal { get; }
Public ReadOnly Property IsLocal As Boolean
Get
public:
property bool IsLocal {
bool get ();
}
member IsLocal : bool with get
Property Value
Type:
BooleanSee Also