ExtendedAttributeComponent.ReadDatabaseAttribute Method

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

Syntax

'Declaration
Public Function ReadDatabaseAttribute ( _
    attributeName As String _
) As String
public string ReadDatabaseAttribute(
    string attributeName
)
public:
String^ ReadDatabaseAttribute(
    String^ attributeName
)
member ReadDatabaseAttribute : 
        attributeName:string -> string 
public function ReadDatabaseAttribute(
    attributeName : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ExtendedAttributeComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace