A PEConnectionPointSet object containing the list of connection points (PEConnectionPoint instances) available in this P8 domain.


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

Syntax

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

Remarks

See Also