Restriction.Conversation Property
Gets or sets the conversation information to ensure proper threading in outlook clients.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property Conversation As ConversationThread
public ConversationThread Conversation { get; set; }
public:
property ConversationThread^ Conversation {
ConversationThread^ get ();
void set (ConversationThread^ value);
}
member Conversation : ConversationThread with get, set
function get Conversation () : ConversationThread
function set Conversation (value : ConversationThread)
Property Value
Type: Microsoft.TeamFoundation.Server.Core.ConversationThread
.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.