HostedWebApplication.webActionsByID Field
Dictionary of actions
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim value As Dictionary(Of Integer, WebAction)
value = Me.webActionsByID
Me.webActionsByID = value
Syntax
'Declaration
Protected webActionsByID As Dictionary(Of Integer, WebAction)
protected Dictionary<int,WebAction> webActionsByID
protected:
Dictionary<int, WebAction^>^ webActionsByID
protected Dictionary<int,WebAction> webActionsByID
protected var webActionsByID : Dictionary<int,WebAction>
Platforms
See Also
Reference
HostedWebApplication Class
HostedWebApplication Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.