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

Syntax

Visual Basic (Declaration)
Public Property RenderLic As Boolean
C#
public bool RenderLic { get; set; }
C++
public property bool RenderLic sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_RenderLic();

/** property */
public void set_RenderLic(bool value);
JScript
public function get RenderLic() : bool

public function set RenderLic(value : bool);

See Also