DiscussionThread.ItemPath Property

Server path of the file in which the discussion occurs.

Namespace:  Microsoft.TeamFoundation.Discussion.Client
Assembly:  Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)

Syntax

'Declaration
Public ReadOnly Property ItemPath As String
public string ItemPath { get; }
public:
property String^ ItemPath {
    String^ get ();
}
member ItemPath : string with get
function get ItemPath () : String

Property Value

Type: System.String
Returns String.

Remarks

If null, the discussion is at the code review level.

.NET Framework Security

See Also

Reference

DiscussionThread Class

Microsoft.TeamFoundation.Discussion.Client Namespace