Version

EndNodeConnectionPointName Property

Gets or sets the name of a point on the end node to connect to. If a match is found, the connection will end exactly at that point.
Syntax
'Declaration
 
Public Property EndNodeConnectionPointName As String
public string EndNodeConnectionPointName {get; set;}

Property Value

A string equal to the value of the ConnectionPoint.Name of the targeted connection point.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also