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