ServerStub.SetProperty - Méthode (Object, String, ClientValue, ProxyContext)
Sets the value of a property of an object of the type corresponding to the derived ServerStub implementation based on a client 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 ( _
target As Object, _
propertyName As String, _
value As ClientValue, _
proxyContext As ProxyContext _
)
'Utilisation
Dim target As Object
Dim propertyName As String
Dim value As ClientValue
Dim proxyContext As ProxyContext
Me.SetProperty(target, propertyName, _
value, proxyContext)
protected internal virtual void SetProperty(
Object target,
string propertyName,
ClientValue value,
ProxyContext proxyContext
)
Paramètres
target
Type : System.ObjectThe instance of the object to set the property on.
propertyName
Type : System.StringThe name of the property to set.
value
Type : Microsoft.SharePoint.Client.ClientValueA client value to set the property to.
proxyContext
Type : Microsoft.SharePoint.Client.ProxyContextContains information about the general state of a client request and response operation.