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