Nevron .NET Vision
Nevron.ThinWeb Namespace / NAction Class / GetScript Method


In This Topic
    GetScript Method (NAction)
    In This Topic
    The client script to execute in response to this action
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetScript() As System.String
    'Usage
     
    
    Dim instance As NAction
    Dim value As System.String
     
    value = instance.GetScript()
    public abstract System.string GetScript()
    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