Partager via


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.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