Intersoft ClientUI Documentation
IsNavigationProperty Method



Property info.
Gets a value indicating whether the underlying property is a navigation property.
Syntax
<ExtensionAttribute()>
Public Shared Function IsNavigationProperty( _
   ByVal info As PropertyInfo _
) As Boolean
Dim info As PropertyInfo
Dim value As Boolean
 
value = PropertyInfoExtensions.IsNavigationProperty(info)
[ExtensionAttribute()]
public static bool IsNavigationProperty( 
   PropertyInfo info
)
[ExtensionAttribute()]
public:
static bool IsNavigationProperty( 
   PropertyInfo^ info
) 

Parameters

info
Property info.

Return Value

true if the underlying property is a navigation property; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyInfoExtensions Class
PropertyInfoExtensions Members

Send Feedback