Class ID of the object that is the subject of this event.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property SourceClassId As Id
C#
Id SourceClassId { get; }
C++
property Id SourceClassId abstract  {
    Id get();
}
J#
/** property */
public Id get_SourceClassId();
JScript
public function get SourceClassId() : Id

Remarks

See Also