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
- 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.