Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpHyperlink Class / Link Property


In This Topic
    Link Property (FpHyperlink)
    In This Topic
    Gets or sets the URL string.
    Syntax
    'Declaration
     
    
    Public Property Link As String
    'Usage
     
    
    Dim instance As FpHyperlink
    Dim value As String
     
    instance.Link = value
     
    value = instance.Link
    public string Link {get; set;}
    See Also