EbsOpen Class Library for EBSILON®Professional

Application.IsProcess Property

Indicates if the current instance is a standalone process.

[Visual Basic]
Public Property ReadOnly IsProcess As Boolean
[C#]
public bool IsProcess { get; }
[C++]
public: __property bool get_IsProcess();
[JScript]
public function get IsProcess() : bool

Property Value

True if and only if the current instance is a standalone process.

Remarks

Indicates if the current instance is a standalone process. If IsProcess is True then Process is valid. The value of Process is always the logical negation of Dll.

See Also

Application Class | EbsOpen Namespace