Share via


ScriptTypeAttribute.ServerTypeId Property

Gets or sets the type ID of the corresponding server type. 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 Property ServerTypeId As String
    Get
    Set
'Usage
Dim instance As ScriptTypeAttribute
Dim value As String

value = instance.ServerTypeId

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

Property Value

Type: System.String
Returns the String that represents the server type ID of the current object.

Remarks

This property has the same value as the server type ID defined in the ClientCallableTypeAttribute class.

See Also

Reference

ScriptTypeAttribute Class

ScriptTypeAttribute Members

Microsoft.SharePoint.Client Namespace