Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Specifies the dictionary of associated actions.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim value As Dictionary(Of String, Action)
value = Me.actions
Me.actions = value
Syntax
'Declaration
Protected actions As Dictionary(Of String, Action)
protected Dictionary<string,Action> actions
protected:
Dictionary<String^, Action^>^ actions
protected Dictionary<String,Action> actions
protected var actions : Dictionary<String,Action>
Platforms
See Also
Reference
ExternalApplication Class
ExternalApplication Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.