Click or drag to resize

ShellBrowserBaseGetDomain Method

Returns the domain name of the currently active object.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public string GetDomain()

Return Value

Type: String
If the current object is a network object, then the Domain name is returned. Otherwise an empty string is returned.
See Also