ArcFM Solution Developer Guide
AutoUpdaterMode Property (IMMAutoUpdater2)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property AutoUpdaterMode As mmAutoUpdaterMode
'Usage
 
Dim instance As IMMAutoUpdater2
Dim value As mmAutoUpdaterMode
 
instance.AutoUpdaterMode = value
 
value = instance.AutoUpdaterMode
[System.Runtime.InteropServices.DispId(1610678272)]
mmAutoUpdaterMode AutoUpdaterMode {get; set;}
read-write property AutoUpdaterMode: mmAutoUpdaterMode; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set AutoUpdaterMode : mmAutoUpdaterMode
[System.Runtime.InteropServices.DispId(1610678272)]
__property mmAutoUpdaterMode get_AutoUpdaterMode();
__property void set_AutoUpdaterMode( 
   mmAutoUpdaterMode value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property mmAutoUpdaterMode AutoUpdaterMode {
   mmAutoUpdaterMode get();
   void set (    mmAutoUpdaterMode 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

IMMAutoUpdater2 Interface
IMMAutoUpdater2 Members

Send Feedback