Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)

Syntax

Visual Basic (Declaration)
Public Property DTest As Single
C#
public float DTest { get; set; }
C++
public property float DTest sealed  {
    float get();
    void set(float value);
}
J#
/** property */
public float get_DTest();

/** property */
public void set_DTest(float value);
JScript
public function get DTest() : float

public function set DTest(value : float);

See Also