ConversationContextualInfo.ApplicationId Property
Gets or sets a string which represents the GUID of an external application which will be used to communicate context for this conversation. For more information, please refer to the conceptual topics in the Lync SDK documentation.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Property ApplicationId As String
Get
Set
'Usage
Dim instance As ConversationContextualInfo
Dim value As String
value = instance.ApplicationId
instance.ApplicationId = value
public string ApplicationId { get; set; }
Property Value
Type: System.String
See Also
Reference
ConversationContextualInfo Class