ArcFM Responder Mobile Developer Guide
Version Property (DynamicExtensionBase)






The version the License applies to for this extension.
Syntax
'Declaration
 
Public Property Version As System.Double
'Usage
 
Dim instance As DynamicExtensionBase
Dim value As System.Double
 
instance.Version = value
 
value = instance.Version
public System.double Version {get; set;}
public read-write property Version: System.Double; 
public function get,set Version : System.double
public: __property System.double get_Version();
public: __property void set_Version( 
   System.double value
);
public:
property System.double Version {
   System.double get();
   void set (    System.double 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

DynamicExtensionBase Class
DynamicExtensionBase Members

Send Feedback