NullEdmComplexObject.TryGetPropertyValue Method (String, Object)
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.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
Parameters
- propertyName
Type: System.String
- value
Type: System.Object
Return Value
Type: System.Boolean
Implements
IEdmStructuredObject.TryGetPropertyValue(String, Object)
See Also
NullEdmComplexObject Class
System.Web.Http.OData Namespace
Return to top