Delta<TEntityType>::TrySetPropertyValue Method (String^, Object^)

 

Attempts to set the property called name to the value specified.

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

public:
virtual bool TrySetPropertyValue(
	String^ name,
	Object^ value
) override

Parameters

name
Type: System::String^

The name of the property.

value
Type: System::Object^

The new value of the property.

Return Value

Type: System::Boolean

true if successful; otherwise, false.

Return to top
Show: