DevForce Help Reference
EntityKind Property


The type of object on which the property is defined.
Syntax
'Declaration
 
Protected Property EntityKind As EntityKind
'Usage
 
Dim instance As EntityProperty
Dim value As EntityKind
 
instance.EntityKind = value
 
value = instance.EntityKind
protected EntityKind EntityKind {get; set;}
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

EntityProperty Class
EntityProperty Members

Send Feedback