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
- attributeName
Type: System.String
- attributeValue
Type: System.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.