ScriptTypeAttribute Constructor

Initializes a new instance of the ScriptTypeAttribute class with the specified script type name. This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Sub New ( _
    scriptType As String _
)
'Usage
Dim scriptType As String

Dim instance As New ScriptTypeAttribute(scriptType)
public ScriptTypeAttribute(
    string scriptType
)

Parameters

  • scriptType
    Type: System.String

    The String object that represents the script type name of a client object.

See Also

Reference

ScriptTypeAttribute Class

ScriptTypeAttribute Members

Microsoft.SharePoint.Client Namespace