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.ObjectThe instance of the object to set the property on.
propertyName
Type : System.StringThe name of the property to set.
node
Type : System.Xml.XmlNodeA node that contains the value for the property.
proxyContext
Type : Microsoft.SharePoint.Client.ProxyContextContains information about the general state of a client request and response operation.