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
- attributeNames
Type: array<System.String[]
Return Value
Type: array<System.String[]
Returns String.
.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.