Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Delta.TrySetMember Method (SetMemberBinder, Object)

 

Overrides the DynamicObject TrySetMember method, so that only the properties of Entity can be set.

Namespace:   System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Public Overrides Function TrySetMember (
	binder As SetMemberBinder,
	value As Object
) As Boolean

Parameters

binder
Type: System.Dynamic.SetMemberBinder

value
Type: System.Object

Return Value

Type: System.Boolean

Returns Boolean.

Return to top
Show: