RegistrationArtifactType.OutboundLinkTypes Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property OutboundLinkTypes As OutboundLinkType()
public OutboundLinkType[] OutboundLinkTypes { get; set; }
public:
property array<OutboundLinkType^>^ OutboundLinkTypes {
array<OutboundLinkType^>^ get ();
void set (array<OutboundLinkType^>^ value);
}
member OutboundLinkTypes : OutboundLinkType[] with get, set
function get OutboundLinkTypes () : OutboundLinkType[]
function set OutboundLinkTypes (value : OutboundLinkType[])
Property Value
Type: array<Microsoft.TeamFoundation.Framework.Server.OutboundLinkType[]
Returns OutboundLinkType.
.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.