LocalName Property  
 

Return the name of the local host.

Syntax

object.LocalName

Remarks

The LocalName read-only property returns the fully qualified domain name of the local system. This consists of the local computer name and its domain name. The actual value returned depends on the system configuration. If no domain has been specified for the system, then only the machine name will be returned.

Data Type

String

See Also

AutoResolve Property, HostName Property, LocalAddress Property, Resolve Method