ArcFM Responder Mobile Developer Guide
Syntax Property






Syntax
'Declaration
 
Public ReadOnly Property Syntax As DataSyntax
'Usage
 
Dim instance As DataSource
Dim value As DataSyntax
 
value = instance.Syntax
public DataSyntax Syntax {get;}
public read-only property Syntax: DataSyntax; 
public function get Syntax : DataSyntax
public: __property DataSyntax* get_Syntax();
public:
property DataSyntax^ Syntax {
   DataSyntax^ get();
}
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

DataSource Class
DataSource Members

Send Feedback