Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- name 
 Type: System.String- The name of the Drawer 
Return Value
Type: System.Guid
The unique identifier for the Drawer. Used in Drawer specific calls.
.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.