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
'Декларация
Public Property OutboundLinks As OutboundLink()
Get
Set
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.