ServicingStep.Name Property

The unique name of the servicing step.

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

Syntax

'Declaration
Public Property Name As String
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String 
function set Name (value : String)

Property Value

Type: System.String
Returns String.

Remarks

A servicing step name must be unique throughout 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.

.NET Framework Security

See Also

Reference

ServicingStep Class

Microsoft.TeamFoundation.Framework.Server Namespace