TeamFoundationStrongBoxService.AddString Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub AddString ( _
requestContext As TeamFoundationRequestContext, _
drawerId As Guid, _
lookupKey As String, _
value As String _
)
public void AddString(
TeamFoundationRequestContext requestContext,
Guid drawerId,
string lookupKey,
string value
)
public:
void AddString(
TeamFoundationRequestContext^ requestContext,
Guid drawerId,
String^ lookupKey,
String^ value
)
member AddString :
requestContext:TeamFoundationRequestContext *
drawerId:Guid *
lookupKey:string *
value:string -> unit
public function AddString(
requestContext : TeamFoundationRequestContext,
drawerId : Guid,
lookupKey : String,
value : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- drawerId
Type: System.Guid
- lookupKey
Type: System.String
- value
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.