Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NLinkLabel Class / LinkUrl Property


In This Topic
    LinkUrl Property
    In This Topic
    Gets/Sets the URL associated with this link label. By default set to null.
    Syntax
    'Declaration
     
    
    Public Property LinkUrl As System.String
    'Usage
     
    
    Dim instance As NLinkLabel
    Dim value As System.String
     
    instance.LinkUrl = value
     
    value = instance.LinkUrl
    public System.string LinkUrl {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also