Nevron .NET Vision
Nevron.ThinWeb Namespace / NJQuerySettings Class / SourceType Property


In This Topic
    SourceType Property
    In This Topic
    Specifies how JQuery will be embedded in the client script
    Syntax
    'Declaration
     
    
    Public Property SourceType As JQuerySourceType
    'Usage
     
    
    Dim instance As NJQuerySettings
    Dim value As JQuerySourceType
     
    instance.SourceType = value
     
    value = instance.SourceType
    public JQuerySourceType SourceType {get; set;}
    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