ContextEventArgs.ContextDataType Property
Gets the type of the contextual data sent or received. The content type format is described in rfc 1341.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property ContextDataType As String
Get
'Usage
Dim instance As ContextEventArgs
Dim value As String
value = instance.ContextDataType
public string ContextDataType { get; }
Property Value
Type: System.String