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.
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.