Delta::TryGetPropertyValue Method (String^, Object^)

 

Attempts to get the value of the Property called name from the underlying Entity.

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

public:
virtual bool TryGetPropertyValue(
	String^ name,
	[OutAttribute] Object^% value
) abstract

Parameters

name
Type: System::String^

The name of the Property

value
Type: System::Object^

The value of the Property

Return Value

Type: System::Boolean

True if the Property was found

Return to top
Show: