Delta<TEntityType>::TryGetPropertyType Method (String^, Type^)

 

Attempts to get the Type 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 TryGetPropertyType(
	String^ name,
	[OutAttribute] Type^% type
) override

Parameters

name
Type: System::String^

The name of the property.

type
Type: System::Type^

The type of the property.

Return Value

Type: System::Boolean

true if the property was found; otherwise, false.

Return to top
Show: