Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property OutboundLinkTypes As OutboundLinkType()
'Usage
Dim instance As ArtifactType
Dim value As OutboundLinkType()
value = instance.OutboundLinkTypes
instance.OutboundLinkTypes = value
public OutboundLinkType[] OutboundLinkTypes { get; set; }
public:
property array<OutboundLinkType^>^ OutboundLinkTypes {
array<OutboundLinkType^>^ get ();
void set (array<OutboundLinkType^>^ value);
}
public function get OutboundLinkTypes () : OutboundLinkType[]
public function set OutboundLinkTypes (value : OutboundLinkType[])
Property Value
Type: array<Microsoft.TeamFoundation.Server.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.