ExtendedAttributeComponent Constructor (String)

Do not use this constructor, it only used to verify our internal initialization database.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    connectionString As String _
)
public ExtendedAttributeComponent(
    string connectionString
)
public:
ExtendedAttributeComponent(
    String^ connectionString
)
new : 
        connectionString:string -> ExtendedAttributeComponent
public function ExtendedAttributeComponent(
    connectionString : String
)

Parameters

  • connectionString
    Type: System.String

    Connection string for the database to verify against

.NET Framework Security

See Also

Reference

ExtendedAttributeComponent Class

ExtendedAttributeComponent Overload

Microsoft.TeamFoundation.Framework.Server Namespace