[This is preliminary documentation and is subject to change.]

String for the host name where OfficeClip is installed

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string HostStr { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property HostStr As String
Visual C++
public:
static property String^ HostStr {
	String^ get ();
}

See Also