Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
bool TryGetPropertyType(
string name,
out Type type
)
bool TryGetPropertyType(
String^ name,
[OutAttribute] Type^% type
)
abstract TryGetPropertyType :
name:string *
type:Type byref -> bool
Function TryGetPropertyType (
name As String,
<OutAttribute> ByRef type As Type
) As Boolean
Parameters
name
Type: System.StringThe name of the Property
type
Type: System.TypeThe type of the Property
Return Value
Type: System.Boolean
Returns true if the Property was found and false if not.
See Also
IDelta Interface
System.Web.Http.OData Namespace
Return to top