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.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public override bool TryGetPropertyType(
    string name,
    out Type type
)
public:
virtual bool TryGetPropertyType(
    String^ name,
    [OutAttribute] Type^% type
) override
override TryGetPropertyType : 
        name:string *
        type:Type byref -> bool
Public Overrides Function TryGetPropertyType (
    name As String,
    <OutAttribute> ByRef type As Type
) As Boolean
Return Value
Type: System.Boolean
Implements
IDelta.TryGetPropertyType(String, Type)
See Also
EdmStructuredObject Class
System.Web.OData Namespace
Return to top