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
Assembly: 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.StringThe String object that represents the script type name of a client object.