Returns the property hint for the specified .NET property

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public PropertyHint GetPropertyHint(
	PropertyInfo propertyInfo
)
Visual Basic
Public Function GetPropertyHint ( 
	propertyInfo As PropertyInfo
) As PropertyHint
Visual C++
public:
PropertyHint^ GetPropertyHint(
	PropertyInfo^ propertyInfo
)
F#
member GetPropertyHint : 
        propertyInfo : PropertyInfo -> PropertyHint 

Parameters

propertyInfo
Type: System.Reflection..::..PropertyInfo
The property to find the hint for

Return Value

Type: PropertyHint
The PropertyHint for the property or NULL if the propery has no hint.

See Also