Share via


CacheParameter.serviceName property

Gets the name of the calling service.

Namespace:  Microsoft.Office.Server.ObjectCache
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public ReadOnly Property serviceName As String
    Get
'Usage
Dim instance As CacheParameter
Dim value As String

value = instance.serviceName
public string serviceName { get; }

Property value

Type: System.String
Returns String.

See also

Reference

CacheParameter structure

CacheParameter members

Microsoft.Office.Server.ObjectCache namespace