ArcFM Responder Mobile Developer Guide
Instance Property (ConfigTopLevel)






Gets a new instance of the MMConfigTopLevel object.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
Public Shared ReadOnly Property Instance As IMMConfigTopLevel
'Usage
 
Dim value As IMMConfigTopLevel
 
value = ConfigTopLevel.Instance
[System.ComponentModel.Browsable(false)]
public static IMMConfigTopLevel Instance {get;}
public read-only property Instance: IMMConfigTopLevel; static; 
System.ComponentModel.BrowsableAttribute()
public static function get Instance : IMMConfigTopLevel
[System.ComponentModel.Browsable(false)]
public: __property static IMMConfigTopLevel* get_Instance();
[System.ComponentModel.Browsable(false)]
public:
static property IMMConfigTopLevel^ Instance {
   IMMConfigTopLevel^ 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

ConfigTopLevel Class
ConfigTopLevel Members

Send Feedback