Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Attempts to set the Property called name to the value specified.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.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.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.
See Also
IDelta Interface
System.Web.OData Namespace
Return to top