This documentation is archived and is not being maintained.

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)

public:
property array<OutboundLink^>^ OutboundLinks {
	array<OutboundLink^>^ get ();
	void set (array<OutboundLink^>^ value);
}

Property Value

Type: array<Microsoft.TeamFoundation::OutboundLink>
An array of OutboundLink objects associated with this artifact.

Show: