ServicingStepDetail.ServicingStepId Property

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property ServicingStepId As String
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public string ServicingStepId { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property String^ ServicingStepId {
    String^ get ();
    void set (String^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member ServicingStepId : string with get, set
function get ServicingStepId () : String 
function set ServicingStepId (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ServicingStepDetail Class

Microsoft.TeamFoundation.Framework.Server Namespace