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.

IDelta::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)

bool TrySetPropertyValue(
	String^ name,
	Object^ value
)

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

Returns true if successful and false if not.

Return to top
Show: