Share via


CheckInOutcome.RequestId Property

Gets or sets the request ID.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Property RequestId As Integer
public int RequestId { get; set; }
public:
property int RequestId {
    int get ();
    void set (int value);
}
member RequestId : int with get, set
function get RequestId () : int 
function set RequestId (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

CheckInOutcome Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace