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)
Syntax
bool TrySetPropertyValue(
string name,
object value
)
bool TrySetPropertyValue(
String^ name,
Object^ value
)
abstract TrySetPropertyValue :
name:string *
value:Object -> bool
Function TrySetPropertyValue (
name As String,
value As Object
) As Boolean
Parameters
name
Type: System.StringThe name of the Property
value
Type: System.ObjectThe new value of the Property
Return Value
Type: System.Boolean
Returns true if successful and false if not.
See Also
IDelta Interface
System.Web.Http.OData Namespace
Return to top