WorkItem.TemporaryId Property
Gets the temporary ID of this work item.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public ReadOnly Property TemporaryId As Integer
public int TemporaryId { get; }
public:
property int TemporaryId {
int get ();
}
member TemporaryId : int with get
function get TemporaryId () : int
Property Value
Type: System.Int32
The temporary ID of this work item.
.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.