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
Assembly: 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.