ConversationThread.ConversationId Property

Gets or sets a unique identifier for this conversation thread.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Property ConversationId As Guid
public Guid ConversationId { get; private set; }
public:
property Guid ConversationId {
    Guid get ();
    private: void set (Guid value);
}
member ConversationId : Guid with get, private set
function get ConversationId () : Guid 
private function set ConversationId (value : Guid)

Property Value

Type: System.Guid
Returns Guid.

.NET Framework Security

See Also

Reference

ConversationThread Class

Microsoft.TeamFoundation.Server.Core Namespace