ArcFM Responder Mobile Developer Guide
TableNameAttribute Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal representsName As System.String _
)
'Usage
 
Dim representsName As System.String
 
Dim instance As New TableNameAttribute(representsName)
public TableNameAttribute( 
   System.string representsName
)
public TableNameAttribute( 
    representsName: System.String
); 
public function TableNameAttribute( 
   representsName : System.String
);
public: TableNameAttribute( 
   System.string* representsName
)
public:
TableNameAttribute( 
   System.String^ representsName
)

Parameters

representsName
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

TableNameAttribute Class
TableNameAttribute Members

Send Feedback