Artifact.OutboundLinks Property

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

See Also

Reference

Artifact Class

Microsoft.TeamFoundation Namespace