StartAudioCallButton.ContextInformationModels Property
Reserved for internal use.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property ContextInformationModels As List(Of ConversationContextModel)
Get
Private Set
'Usage
Dim instance As StartAudioCallButton
Dim value As List(Of ConversationContextModel)
value = instance.ContextInformationModels
public List<ConversationContextModel> ContextInformationModels { get; private set; }
Property Value
Type: System.Collections.Generic.List<ConversationContextModel>