Conversation.ConversationManager property
Gets the parent conversation manager of this conversation.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property ConversationManager As ConversationManager
Get
'Usage
Dim instance As Conversation
Dim value As ConversationManager
value = instance.ConversationManager
public ConversationManager ConversationManager { get; }
Property value
Type: Microsoft.Lync.Model.Conversation.ConversationManager