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.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public override bool TrySetPropertyValue(
    string name,
    object value
)
public:
virtual bool TrySetPropertyValue(
    String^ name,
    Object^ value
) override
override TrySetPropertyValue : 
        name:string *
        value:Object -> bool
Public Overrides Function TrySetPropertyValue (
    name As String,
    value As Object
) As Boolean
Parameters
- name
 Type: System.String
- value
 Type: System.Object
Return Value
Type: System.Boolean
Implements
IDelta.TrySetPropertyValue(String, Object) IDelta.TrySetPropertyValue(String, Object)
See Also
Delta<TEntityType> Class
System.Web.OData Namespace
Return to top