Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDelta::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)

bool TryGetPropertyType(
	String^ name,
	[OutAttribute] Type^% type
)

Parameters

name
Type: System::String^

The name of the Property

type
Type: System::Type^

The type of the Property

Return Value

Type: System::Boolean

Returns true if the Property was found and false if not.

Return to top
Show: