ManagedSessionState.SessionRecordViewCaches Property

Definition

public:
 property System::Collections::Concurrent::ConcurrentDictionary<int, Dynamics::AX::Application::RecordViewCache ^> ^ SessionRecordViewCaches { System::Collections::Concurrent::ConcurrentDictionary<int, Dynamics::AX::Application::RecordViewCache ^> ^ get(); void set(System::Collections::Concurrent::ConcurrentDictionary<int, Dynamics::AX::Application::RecordViewCache ^> ^ value); };
public System.Collections.Concurrent.ConcurrentDictionary<int,Dynamics.AX.Application.RecordViewCache> SessionRecordViewCaches { get; set; }
member this.SessionRecordViewCaches : System.Collections.Concurrent.ConcurrentDictionary<int, Dynamics.AX.Application.RecordViewCache> with get, set
Public Property SessionRecordViewCaches As ConcurrentDictionary(Of Integer, RecordViewCache)

Property Value

Applies to