Delta::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
) abstract

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

Return to top
Show: