HostedWebApplication.webActionsByID Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Dictionary of actions
protected: System::Collections::Generic::Dictionary<int, Microsoft::Uii::Csr::HostedWebApplication::WebAction ^> ^ webActionsByID;
protected System.Collections.Generic.Dictionary<int,Microsoft.Uii.Csr.HostedWebApplication.WebAction> webActionsByID;
val mutable webActionsByID : System.Collections.Generic.Dictionary<int, Microsoft.Uii.Csr.HostedWebApplication.WebAction>
Protected webActionsByID As Dictionary(Of Integer, HostedWebApplication.WebAction)