SessionBaseLocalHost Property |
Get the host name of your local host (the machine you are using)
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static string LocalHost { get; }
Public Shared ReadOnly Property LocalHost As String
Get
public:
static property String^ LocalHost {
String^ get ();
}
static member LocalHost : string with get
Property Value
Type:
StringSee Also