Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets an array of OutboundLink objects associated with this artifact.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Property OutboundLinks As OutboundLink()
Get
Set
public OutboundLink[] OutboundLinks { get; set; }
public:
property array<OutboundLink^>^ OutboundLinks {
array<OutboundLink^>^ get ();
void set (array<OutboundLink^>^ value);
}
member OutboundLinks : OutboundLink[] with get, set
function get OutboundLinks () : OutboundLink[]
function set OutboundLinks (value : OutboundLink[])
Property Value
Type: array<Microsoft.TeamFoundation.OutboundLink[]
An array of OutboundLink objects associated with this artifact.
.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.