Special attribute.


Namespace: ScreenUPG
Assembly: ScreenUPG (in ScreenUPG.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SPECIAL As Integer
C#
public int SPECIAL { get; }
C++
public property int SPECIAL sealed  {
    int get();
}
J#
/** property */
public int get_SPECIAL();
JScript
public function get SPECIAL() : int

Remarks

Logically OR'd character attribute returned by getExtPS.

See Also