ArcFM Responder Mobile Developer Guide
Instance Property (AutoUpdater)






Gets the instance of the default implementation of IMMAutoUpdater.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
Public Shared ReadOnly Property Instance As IMMAutoUpdater
'Usage
 
Dim value As IMMAutoUpdater
 
value = AutoUpdater.Instance
[System.ComponentModel.Browsable(false)]
public static IMMAutoUpdater Instance {get;}
public read-only property Instance: IMMAutoUpdater; static; 
System.ComponentModel.BrowsableAttribute()
public static function get Instance : IMMAutoUpdater
[System.ComponentModel.Browsable(false)]
public: __property static IMMAutoUpdater* get_Instance();
[System.ComponentModel.Browsable(false)]
public:
static property IMMAutoUpdater^ Instance {
   IMMAutoUpdater^ get();
}

Property Value

The instance.
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

AutoUpdater Class
AutoUpdater Members

Send Feedback