Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxToolDefinition Class / ToolId Property


In This Topic
    ToolId Property
    In This Topic
    Gets / sets the id of the tool.
    Syntax
    'Declaration
     
    
    Public Property ToolId As System.String
    'Usage
     
    
    Dim instance As NAjaxToolDefinition
    Dim value As System.String
     
    instance.ToolId = value
     
    value = instance.ToolId
    public System.string ToolId {get; set;}
    Remarks
    Must be equal to the id of the corresponding client side JavaScript tool.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also