ConversationThread.Topic Property

Gets or sets the topic for this conversation thread.

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

Syntax

'Declaration
Public Property Topic As String
public string Topic { get; private set; }
public:
property String^ Topic {
    String^ get ();
    private: void set (String^ value);
}
member Topic : string with get, private set
function get Topic () : String 
private function set Topic (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ConversationThread Class

Microsoft.TeamFoundation.Server.Core Namespace