Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)
Syntax
Visual Basic (Declaration) |
---|
Public Property IntegrationMethod As Integer |
C# |
---|
public int IntegrationMethod { get; set; } |
C++ |
---|
public property int IntegrationMethod sealed { int get(); void set(int value); } |
J# |
---|
/** property */ public int get_IntegrationMethod(); /** property */ public void set_IntegrationMethod(int value); |
JScript |
---|
public function get IntegrationMethod() : int public function set IntegrationMethod(value : int); |