UCTreeViewItem.ContextualInformation property
Gets or sets data structure which provides contextual information for use with the contextual conversation feature.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property ContextualInformation As ConversationContextualInfo
Get
Set
'Usage
Dim instance As UCTreeViewItem
Dim value As ConversationContextualInfo
value = instance.ContextualInformation
instance.ContextualInformation = value
public ConversationContextualInfo ContextualInformation { get; set; }
Property value
Type: Microsoft.Lync.Controls.ConversationContextualInfo
Remarks
Contextual information is provided to the destination user when a conversation is initiated. This information may include a link or subject line which provides background on the purpose of a conversation. Optionally, context may be delivered in the form of an application reference and embedded application data. For more information, please refer to the related conceptual topics in the Lync SDK documentation.