ClientCallableTypeAttribute.ServerStubNamespace - Propriété
L'espace de noms stub serveur.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property ServerStubNamespace As String
Get
Set
'Utilisation
Dim instance As ClientCallableTypeAttribute
Dim value As String
value = instance.ServerStubNamespace
instance.ServerStubNamespace = value
public string ServerStubNamespace { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
ClientCallableTypeAttribute classe