Share via


NullEdmComplexObject.TryGetPropertyValue Method

Namespace:  System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Function TryGetPropertyValue ( _
    propertyName As String, _
    <OutAttribute> ByRef value As Object _
) As Boolean
'Usage
Dim instance As NullEdmComplexObject 
Dim propertyName As String 
Dim value As Object 
Dim returnValue As Boolean 

returnValue = instance.TryGetPropertyValue(propertyName, _
    value)
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 final function TryGetPropertyValue(
    propertyName : String, 
    value : Object
) : boolean

Parameters

Return Value

Type: System.Boolean

Implements

IEdmStructuredObject.TryGetPropertyValue(String, Object%)

See Also

Reference

NullEdmComplexObject Class

System.Web.Http.OData Namespace