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