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
attributeName
Type: System.StringName of the attribute to read
Return Value
Type: System.String
Reads the value of the attribute specified
.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.