DiscussionThread.WorkItemId Property
WorkItem Id of the code review request associated with the discussion.
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Public ReadOnly Property WorkItemId As Integer
public int WorkItemId { get; }
public:
property int WorkItemId {
int get ();
}
member WorkItemId : int with get
function get WorkItemId () : 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.