Delta<TEntityType>::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
) override

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: