![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
ServerActionAssembly Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > InteractiveToolbarItem Class : ServerActionAssembly Property |
Visual Basic (Declaration) | |
---|---|
<ResDescriptionAttribute("Server assembly implementing the server action")> <NotifyParentPropertyAttribute(True)> <ResCategoryAttribute("Server Action")> <DefaultValueAttribute()> Public Property ServerActionAssembly As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As InteractiveToolbarItem Dim value As String instance.ServerActionAssembly = value value = instance.ServerActionAssembly |
C# | |
---|---|
[ResDescriptionAttribute("Server assembly implementing the server action")] [NotifyParentPropertyAttribute(true)] [ResCategoryAttribute("Server Action")] [DefaultValueAttribute()] public string ServerActionAssembly {get; set;} |
This property indicates the assembly that contains the ServerActionClass, which handles the server-side action of the toolbar item. The assembly for actions build into the Web ADF, such as MapZoomIn and MapPan, is ESRI.ArcGIS.ADF.Web.UI.WebControls.
For custom server actions:
- If the server action class is in the App_Code folder of the Web application, then this property should be set to "App_Code".
- If the assembly is created in an external project, it must be added as a reference to the Web application. The fully qualified display name of the assembly must be used.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family