The suggested subject prefix for the workflow subscription.


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

Syntax

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

/** property */
public void set_Subject(string value);
JScript
public function get Subject() : String

public function set Subject(value : String);

Remarks

See Also