ServerStub.TargetType - Propriété
The target type for this server stub.
For example, if SPWebServerStub is the server stub for SPWeb class, the TargetType() property will be SPWeb.
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 TargetType As Type
Get
'Utilisation
Dim value As Type
value = Me.TargetType
protected internal virtual Type TargetType { get; }
Valeur de propriété
Type : System.Type