This documentation is archived and is not being maintained.
ShelvesetCheckInParameters Constructor
Visual Studio 2013
Initializes a new ShelvesetCheckInParameters instance.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public:
ShelvesetCheckInParameters(
String^ shelvesetName,
String^ shelvesetOwnerName
)
Parameters
- shelvesetName
- Type: System::String
The name of the shelveset.
- shelvesetOwnerName
- Type: System::String
The name of the shelveset owner.
- 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.
Show: