TeamFoundationNotification.Conversation Property
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; internal set; }
public:
property ConversationThread^ Conversation {
ConversationThread^ get ();
internal: void set (ConversationThread^ value);
}
member Conversation : ConversationThread with get, internal set
function get Conversation () : ConversationThread
internal 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.