Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.