Version

StartNodeConnectionPointName Property

Gets or sets the name of a point on the start node to connect to. If a match is found, the connection will start exactly at that point.
Syntax
'Declaration
 
Public Property StartNodeConnectionPointName As String
public string StartNodeConnectionPointName {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