This documentation is archived and is not being maintained.
Artifact::OutboundLinks Property
Visual Studio 2013
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.
- 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.
Show: