IdeaBlade DevForce 2010 Help Reference
EntityKind Property
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityProperty Class : EntityKind Property



The type of object on which the property is defined.

Syntax

Visual Basic (Declaration) 
Protected Property EntityKind As EntityKind
Visual Basic (Usage)Copy Code
Dim instance As EntityProperty
Dim value As EntityKind
 
instance.EntityKind = value
 
value = instance.EntityKind
C# 
protected EntityKind EntityKind {get; set;}
C++/CLI 
protected:
property EntityKind EntityKind {
   EntityKind get();
   void set (    EntityKind value);
}

Requirements

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

See Also

© 2013 All Rights Reserved.