ExtendedAttributeComponent.ReadDatabaseAttributes Method

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

Syntax

'Declaration
Public Function ReadDatabaseAttributes ( _
    ParamArray attributeNames As String() _
) As String()
public string[] ReadDatabaseAttributes(
    params string[] attributeNames
)
public:
array<String^>^ ReadDatabaseAttributes(
    ... array<String^>^ attributeNames
)
member ReadDatabaseAttributes : 
        attributeNames:string[] -> string[] 
public function ReadDatabaseAttributes(
    ... attributeNames : String[]
) : String[]

Parameters

Return Value

Type: array<System.String[]
Returns String.

.NET Framework Security

See Also

Reference

ExtendedAttributeComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace