A String that specifies the fully qualified name of the Java class that executes when the event occurs.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ProgId As String |
C# |
---|
string ProgId { get; set; } |
C++ |
---|
property string ProgId abstract { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_ProgId(); /** property */ public void set_ProgId(string value); |
JScript |
---|
public function get ProgId() : String public function set ProgId(value : String); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
MaximumLengthString: 255
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ