Knight Data Access Layer
MachineName Property




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