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
interface's transfer method).
Namespace: FileNet.Api.Events
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
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: true
IsOrderable: true
IsSearchable: true
IsValueRequired: true
MaximumLengthString: 255
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ