This documentation is archived and is not being maintained.

TeamFoundationStrongBoxService::AddString Method

Add a string value to the strong box. The method sends the string as part of a single https request, and therefore should be small.

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

public:
void AddString(
	Guid drawerId, 
	String^ lookupKey, 
	String^ value
)

Parameters

drawerId
Type: System::Guid

The unique identifier returned from CreateDrawer or UnlockDrawer.

lookupKey
Type: System::String

The identifier that is used to look up the value in the drawer.

value
Type: System::String

The string to add to the drawer.

Show: