KMControl.doActionMethodList Field
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.KnowledgeManagement
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim value As Dictionary(Of String, Action(Of RequestActionEventArgs))
value = Me.doActionMethodList
Me.doActionMethodList = value
Syntax
'Declaration
Protected doActionMethodList As Dictionary(Of String, Action(Of RequestActionEventArgs))
protected Dictionary<string,Action<RequestActionEventArgs>> doActionMethodList
protected:
Dictionary<String^, Action<RequestActionEventArgs^>^>^ doActionMethodList
protected Dictionary<String,Action<RequestActionEventArgs>> doActionMethodList
protected var doActionMethodList : Dictionary<String,Action<RequestActionEventArgs>>
Platforms
See Also
Reference
KMControl Class
KMControl Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.KnowledgeManagement Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.