CrmOrganizationServiceContext.IUpdatable.SetReference Method (Object, String, Object)
Applies To: Dynamics CRM 2013
Namespace: Microsoft.Xrm.Client
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
void IUpdatable.SetReference(
object targetResource,
string propertyName,
object propertyValue
)
private:
virtual void SetReference(
Object^ targetResource,
String^ propertyName,
Object^ propertyValue
) sealed = IUpdatable::SetReference
private abstract SetReference :
targetResource:Object *
propertyName:string *
propertyValue:Object -> unit
private override SetReference :
targetResource:Object *
propertyName:string *
propertyValue:Object -> unit
Private Sub SetReference (
targetResource As Object,
propertyName As String,
propertyValue As Object
)
Implements IUpdatable.SetReference
Parameters
targetResource
Type: System.ObjectType: Object.
propertyName
Type: System.StringType: String.
propertyValue
Type: System.ObjectType: Object.
Implements
IUpdatable.SetReference(Object, String, Object)
See Also
CrmOrganizationServiceContext Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Developer extensions context object model (Dynamics CRM 2013)
Return to top