ConversationContextualInfo.ApplicationData Property
Gets or sets a string which represents the initial data structure to be shared with the application specified by ApplicationId when the conversation is initialized.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property ApplicationData As String
Get
Set
'Usage
Dim instance As ConversationContextualInfo
Dim value As String
value = instance.ApplicationData
instance.ApplicationData = value
public string ApplicationData { get; set; }
Property Value
Type: System.String
See Also
Reference
ConversationContextualInfo Class