Partager via


ServerStub.SetProperty - Méthode (Object, String, XmlNode, ProxyContext)

Sets the value of a property of an object of the type corresponding to the derived ServerStub implementation based on a node value.

Espace de noms :  Microsoft.SharePoint.Client
Assembly :  Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)

Syntaxe

'Déclaration
Protected Friend Overridable Sub SetProperty ( _
    obj As Object, _
    propertyName As String, _
    node As XmlNode, _
    proxyContext As ProxyContext _
)
'Utilisation
Dim obj As Object
Dim propertyName As String
Dim node As XmlNode
Dim proxyContext As ProxyContext

Me.SetProperty(obj, propertyName, _
    node, proxyContext)
protected internal virtual void SetProperty(
    Object obj,
    string propertyName,
    XmlNode node,
    ProxyContext proxyContext
)

Paramètres

  • obj
    Type : System.Object

    The instance of the object to set the property on.

  • propertyName
    Type : System.String

    The name of the property to set.

Voir aussi

Référence

ServerStub classe

ServerStub - Membres

SetProperty - Surcharge

Microsoft.SharePoint.Client - Espace de noms