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 TryGetPropertyValue(
    string name,
    out object value
)
public:
virtual bool TryGetPropertyValue(
    String^ name,
    [OutAttribute] Object^% value
) override
override TryGetPropertyValue : 
        name:string *
        value:Object byref -> bool
Public Overrides Function TryGetPropertyValue (
    name As String,
    <OutAttribute> ByRef value As Object
) As Boolean
Return Value
Type: System.Boolean
Implements
IEdmStructuredObject.TryGetPropertyValue(String, Object) IDelta.TryGetPropertyValue(String, Object)
See Also
EdmStructuredObject Class
System.Web.OData Namespace
Return to top