JAMS Developer Guide
LinkText Property


MVPSI.JAMS Namespace > Link Class : LinkText Property
A string of the name of the link's location.
Syntax
'Declaration
 
Public Property LinkText As System.String
'Usage
 
Dim instance As Link
Dim value As System.String
 
instance.LinkText = value
 
value = instance.LinkText
public System.string LinkText {get; set;}
Requirements

Target Platforms: Windows 7, 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

Reference

Link Class
Link Members