Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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()
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.