Knight Data Access Layer
CreateUser Property




KellermanSoftware.NetDataAccessLayer Namespace > Table Class : CreateUser Property
Map to the CreateUser property of the class
Syntax
Public Property CreateUser As PropertyInfo
Dim instance As Table
Dim value As PropertyInfo
 
instance.CreateUser = value
 
value = instance.CreateUser
public PropertyInfo CreateUser {get; set;}
public: __property PropertyInfo* get_CreateUser();
public: __property void set_CreateUser( 
   PropertyInfo* value
);
public:
property PropertyInfo^ CreateUser {
   PropertyInfo^ get();
   void set (    PropertyInfo^ value);
}
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

Table Class
Table Members