HostedWebApplication.webActions 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 String, WebAction)
value = Me.webActions
Me.webActions = value
Syntax
'Declaration
Protected webActions As Dictionary(Of String, WebAction)
protected Dictionary<string,WebAction> webActions
protected:
Dictionary<String^, WebAction^>^ webActions
protected Dictionary<String,WebAction> webActions
protected var webActions : Dictionary<String,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.