ContextEventArgs.ContextData Property
Gets the contextual data.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property ContextData As String
Get
'Usage
Dim instance As ContextEventArgs
Dim value As String
value = instance.ContextData
public string ContextData { get; }
Property Value
Type: System.String