Share via


HelpLink.ExternalHelpId Property

An external fwlink link id that will be opened in an external browser when the hyperlink is activated.

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property ExternalHelpId As Integer
public int ExternalHelpId { get; set; }
public:
property int ExternalHelpId {
    int get ();
    void set (int value);
}
member ExternalHelpId : int with get, set
function get ExternalHelpId () : int 
function set ExternalHelpId (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

HelpLink Class

Microsoft.TeamFoundation.Controls.WPF Namespace