ExtendedAttributeComponent.WriteDatabaseAttribute Method

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

Syntax

'Declaration
Public Sub WriteDatabaseAttribute ( _
    attributeName As String, _
    attributeValue As String _
)
public void WriteDatabaseAttribute(
    string attributeName,
    string attributeValue
)
public:
void WriteDatabaseAttribute(
    String^ attributeName, 
    String^ attributeValue
)
member WriteDatabaseAttribute : 
        attributeName:string * 
        attributeValue:string -> unit
public function WriteDatabaseAttribute(
    attributeName : String, 
    attributeValue : String
)

Parameters

.NET Framework Security

See Also

Reference

ExtendedAttributeComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace