Share via


ScriptLink.Language Property

Gets or sets the scripting language.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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