ServicingStepDetail.DetailId Property

Gets the servicing step detail ID.

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

Syntax

'Declaration
Public ReadOnly Property DetailId As Long
public long DetailId { get; }
public:
property long long DetailId {
    long long get ();
}
member DetailId : int64 with get
function get DetailId () : long

Property Value

Type: System.Int64
The servicing step detail ID.

.NET Framework Security

See Also

Reference

ServicingStepDetail Class

Microsoft.TeamFoundation.Framework.Client Namespace