Share via


Artifact.OutboundLinks Property

Gets or sets an array of outgoing links.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Property OutboundLinks As OutboundLink()
'Usage
Dim instance As Artifact 
Dim value As OutboundLink()

value = instance.OutboundLinks

instance.OutboundLinks = value
public OutboundLink[] OutboundLinks { get; set; }
public:
property array<OutboundLink^>^ OutboundLinks {
    array<OutboundLink^>^ get ();
    void set (array<OutboundLink^>^ value);
}
public function get OutboundLinks () : OutboundLink[]
public function set OutboundLinks (value : OutboundLink[])

Property Value

Type: array<Microsoft.TeamFoundation.OutboundLink[]

.NET Framework Security

See Also

Reference

Artifact Class

Artifact Members

Microsoft.TeamFoundation Namespace