AttributeInfo.GetValue Method (Object)
Applies To: Dynamics CRM 2013
Retrieves the value of the property for an entity instance.
Namespace: Microsoft.Xrm.Client.Metadata
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public object GetValue(
object entity
)
public:
Object^ GetValue(
Object^ entity
)
member GetValue :
entity:Object -> Object
Public Function GetValue (
entity As Object
) As Object
Parameters
entity
Type: System.ObjectType: Object. The entity instance (Entity).
Return Value
Type: System.Object
Type: Object
The value of the property.
See Also
AttributeInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top