Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.