Bagikan melalui


ReshelvedShelveset.RequestId Property

The request ID to which this shelveset is associated.

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

ReshelvedShelveset Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace