CrmOrganizationServiceContext.IUpdatable.GetValue Method (Object, String)
Applies To: Dynamics CRM 2015
Namespace: Microsoft.Xrm.Client
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
object IUpdatable.GetValue(
object targetResource,
string propertyName
)
private:
virtual Object^ GetValue(
Object^ targetResource,
String^ propertyName
) sealed = IUpdatable::GetValue
private abstract GetValue :
targetResource:Object *
propertyName:string -> Object
private override GetValue :
targetResource:Object *
propertyName:string -> Object
Private Function GetValue (
targetResource As Object,
propertyName As String
) As Object
Implements IUpdatable.GetValue
Parameters
targetResource
Type: System.ObjectType: Object.
propertyName
Type: System.StringType: String.
Return Value
Type: System.Object
Type: Object
.
Implements
IUpdatable.GetValue(Object, String)
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