TeamFoundationStrongBoxService.CreateDrawer Method

Create a new drawer in the StrongBox for this TeamProjectCollection

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

Syntax

'Declaration
Public Function CreateDrawer ( _
    name As String _
) As Guid
public Guid CreateDrawer(
    string name
)
public:
Guid CreateDrawer(
    String^ name
)
member CreateDrawer : 
        name:string -> Guid
public function CreateDrawer(
    name : String
) : Guid

Parameters

Return Value

Type: System.Guid
The unique identifier for the Drawer. Used in Drawer specific calls.

.NET Framework Security

See Also

Reference

TeamFoundationStrongBoxService Class

Microsoft.TeamFoundation.Framework.Client Namespace