Share via


RemoteGlobalCache.ElementTable property

Gets the underlying hash table.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public ReadOnly Property ElementTable As Hashtable
    Get
'Usage
Dim instance As RemoteGlobalCache
Dim value As Hashtable

value = instance.ElementTable
public Hashtable ElementTable { get; }

Property value

Type: System.Collections.Hashtable
The underlying hash table.

See also

Reference

RemoteGlobalCache class

RemoteGlobalCache members

Microsoft.PerformancePoint.Scorecards namespace