This documentation is archived and is not being maintained.
ServicingStep::Name Property
Visual Studio 2013
The unique name of the servicing step.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
A servicing step name must be unique in a list of servicing steps for a servicing operation. The same servicing step name can appear in multiple lists ("VersionControl Schema" could appear in the lists for both Upgrade and Downgrade). Its recommended the steps with the same name all have the same Component and StepType and related implementations. For example "VersionControl Schema" in the Downgrade script should likely undo the work performed in the "VersionControl Schema" upgrade step.
- 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: