Click or drag to resize

DatabaseLocationIsLocal Property

Gets info about this location being on the local host or not.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public bool IsLocal { get; }

Return Value

Type: Boolean
true if the location is located on the local host; otherwise, false.
See Also