ShellBrowserBaseGetDomain Method |
Returns the domain name of the currently active object.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic string GetDomain()
Public Function GetDomain As String
public:
String^ GetDomain()
member GetDomain : unit -> string
Return Value
StringIf the current object is a network object, then the Domain name is returned. Otherwise an empty string is returned.
See Also