UCListBoxItem.BotContentTemplate Property
Gets or sets the DataTemplate used for Bot-type contacts in OneLine mode.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property BotContentTemplate As DataTemplate
Get
Set
'Usage
Dim instance As UCListBoxItem
Dim value As DataTemplate
value = instance.BotContentTemplate
instance.BotContentTemplate = value
public DataTemplate BotContentTemplate { get; set; }
Property Value
Type: System.Windows.DataTemplate