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

See Also