AVEVA OMI Software Developer Kit



Application Property
Gets the instance of the View Application.
Syntax
'Declaration
 
Public Shared ReadOnly Property Application As ViewApplication
'Usage
 
Dim value As ViewApplication
 
value = ViewApplication.Application
public static ViewApplication Application {get;}
public:
static property ViewApplication^ Application {
   ViewApplication^ 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