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