Gets or sets the host name of the Endeca server.
Namespace:
Endeca.Data.ConfigurationAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
[ConfigurationPropertyAttribute("hostName", IsRequired = true)] public string HostName { get; set; } |
| Visual Basic (Declaration) |
|---|
<ConfigurationPropertyAttribute("hostName", IsRequired := True)> _ Public Property HostName As String |
| Visual C++ |
|---|
[ConfigurationPropertyAttribute(L"hostName", IsRequired = true)] public: property String^ HostName { String^ get (); void set (String^ value); } |