CrmOrganizationServiceContext.IUpdatable.SetValue Method (Object, String, Object)

 

Applies To: Dynamics CRM 2015

Namespace:   Microsoft.Xrm.Client
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

void IUpdatable.SetValue(
    object targetResource,
    string propertyName,
    object propertyValue
)
private:
virtual void SetValue(
    Object^ targetResource,
    String^ propertyName,
    Object^ propertyValue
) sealed = IUpdatable::SetValue
private abstract SetValue : 
        targetResource:Object *
        propertyName:string *
        propertyValue:Object -> unit
private override SetValue : 
        targetResource:Object *
        propertyName:string *
        propertyValue:Object -> unit
Private Sub SetValue (
    targetResource As Object,
    propertyName As String,
    propertyValue As Object
)
    Implements IUpdatable.SetValue

Parameters

Implements

IUpdatable.SetValue(Object, String, Object)

See Also

CrmOrganizationServiceContext Class
Microsoft.Xrm.Client Namespace
Developer extensions context object model (Dynamics CRM 2015)

Return to top

© 2017 Microsoft. All rights reserved. Copyright