Share via


StrongBoxWebService.GetItemInfo Method

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetItemInfo ( _
    drawerId As Guid, _
    lookupKey As String _
) As StrongBoxItemInfo
[WebMethodAttribute]
public StrongBoxItemInfo GetItemInfo(
    Guid drawerId,
    string lookupKey
)
[WebMethodAttribute]
public:
StrongBoxItemInfo^ GetItemInfo(
    Guid drawerId, 
    String^ lookupKey
)
[<WebMethodAttribute>]
member GetItemInfo : 
        drawerId:Guid * 
        lookupKey:string -> StrongBoxItemInfo
public function GetItemInfo(
    drawerId : Guid, 
    lookupKey : String
) : StrongBoxItemInfo

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.StrongBoxItemInfo

.NET Framework Security

See Also

Reference

StrongBoxWebService Class

Microsoft.TeamFoundation.Server.Core.WebServices Namespace