Visual Basic (Declaration) | |
---|---|
Public Shared Function GetEntityProperty( _ ByVal entityType As Type, _ ByVal propertyName As String, _ Optional ByVal ignoreCase As Boolean _ ) As EntityProperty |
Visual Basic (Usage) | ![]() |
---|---|
Dim entityType As Type Dim propertyName As String Dim ignoreCase As Boolean Dim value As EntityProperty value = EntityProperty.GetEntityProperty(entityType, propertyName, ignoreCase) |
C# | |
---|---|
public static EntityProperty GetEntityProperty( Type entityType, string propertyName, bool ignoreCase ) |
C++/CLI | |
---|---|
public: static EntityProperty^ GetEntityProperty( Type^ entityType, String^ propertyName, bool ignoreCase ) |
Parameters
- entityType
- Type of the entity.
- propertyName
- Name of the property.
- ignoreCase
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family