ConnectedService Constructor
Constructor for a ConnectedService
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
metadata As ConnectedServiceMetadata, _
serviceInfo As List(Of StrongBoxItemInfo) _
)
public ConnectedService(
ConnectedServiceMetadata metadata,
List<StrongBoxItemInfo> serviceInfo
)
public:
ConnectedService(
ConnectedServiceMetadata^ metadata,
List<StrongBoxItemInfo^>^ serviceInfo
)
new :
metadata:ConnectedServiceMetadata *
serviceInfo:List<StrongBoxItemInfo> -> ConnectedService
public function ConnectedService(
metadata : ConnectedServiceMetadata,
serviceInfo : List<StrongBoxItemInfo>
)
Parameters
metadata
Type: Microsoft.TeamFoundation.Server.Core.ConnectedServiceMetadataThe metadat or public information for the connected service.
serviceInfo
Type: System.Collections.Generic.List<StrongBoxItemInfo>The secure information in StrongBoxItemInfo objects.
.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.