EbsOpen Class Library for EBSILON®Professional

Application.SetProcessAffinityForProcess Property

Indicates if for EbsOpen as process the Process-Affinity-Mask will be set.

[Visual Basic]
Public Property SetProcessAffinityForProcess As Boolean
[C#]
public bool SetProcessAffinityForProcess { get; set; }
[C++]
public: __property bool get_SetProcessAffinityForProcess();
public: __property void set_SetProcessAffinityForProcess(bool );
[JScript]
public function get SetProcessAffinityForProcess() : bool
public function set SetProcessAffinityForProcess(bool);

Property Value

State of the Flag.

Remarks

Indicates if for EbsOpen as process the Process-Affinity-Mask will be set.

See Also

Application Class | EbsOpen Namespace