ScriptLink.Language property

Gets or sets the scripting language.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Language As String
    Get
    Set
'Usage
Dim instance As ScriptLink
Dim value As String

value = instance.Language

instance.Language = value
public string Language { get; set; }

Property value

Type: System.String
Returns String.

See also

Reference

ScriptLink class

ScriptLink members

Microsoft.SharePoint.WebControls namespace