Gets whether the field is defined on a specific entity.
Namespace:
Mindscape.LightSpeed.MetaDataAssembly: Mindscape.LightSpeed.MetaData (in Mindscape.LightSpeed.MetaData.dll)
Version: 4.0.1000.1 (4.0.0.0)
Syntax
C# |
---|
public bool IsDefined( Entity entity ) |
Visual Basic (Declaration) |
---|
Public Function IsDefined ( _ entity As Entity _ ) As Boolean |
Parameters
- entity
- Type: Mindscape.LightSpeed..::.Entity
The entity to check.