A unique identifier for a compiled (transferred) workflow definition. The Process Engine assigns this property's value after a workflow definition is transferred to the Process Engine server (either via the Process Designer application or the filenet.vw.api.VWSession interface's transfer method).


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property VWVersion As String
C#
string VWVersion { get; set; }
C++
property string VWVersion abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_VWVersion();

/** property */
public void set_VWVersion(string value);
JScript
public function get VWVersion() : String

public function set VWVersion(value : String);

Remarks

See Also