Share via


DataCacheServerEndpoint.HostName Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The computer name of the cache server.

Namespace: Microsoft.Data.Caching
Assembly: ClientLibrary (in clientlibrary.dll)

Syntax

'Declaration
Public ReadOnly Property HostName As String
'Usage
Dim instance As DataCacheServerEndpoint
Dim value As String

value = instance.HostName
public string HostName { get; }
public:
property String^ HostName {
    String^ get ();
}
/** @property */
public String get_HostName ()
public function get HostName () : String

Property Value

A string representing the computer name of the cache server.

Remarks

The cache server is the physical computer where the cache host service is installed. The cache client may be configured programmatically or with the application configuration file. For more information, see Configuration (Velocity).

See Also

Reference

DataCacheServerEndpoint Class
DataCacheServerEndpoint Members
Microsoft.Data.Caching Namespace