ArcFM Responder Mobile Developer Guide
DataType Property (Domain)






Gets the data type of a field that can use this domain.
Syntax
'Declaration
 
Public ReadOnly Property DataType As System.Type
'Usage
 
Dim instance As Domain
Dim value As System.Type
 
value = instance.DataType
public System.Type DataType {get;}
public read-only property DataType: System.Type; 
public function get DataType : System.Type
public: __property System.Type* get_DataType();
public:
property System.Type^ DataType {
   System.Type^ 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

Domain Class
Domain Members

Send Feedback