ServerStub.TargetTypeScriptClientFullName - Propriété
The type full name for the client proxy.
For example, the SPWeb_ServerProxy is the server proxy for SPWeb, it's TargetTypeScriptClientFullName is "SP.Web".
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend Overridable ReadOnly Property TargetTypeScriptClientFullName As String
Get
'Utilisation
Dim value As String
value = Me.TargetTypeScriptClientFullName
protected internal virtual string TargetTypeScriptClientFullName { get; }
Valeur de propriété
Type : System.String