Partilhar via


ConversationSettings.Id Property

Gets or sets the conversation identifier.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property Id As String
    Get
    Set
'Usage
Dim instance As ConversationSettings
Dim value As String

value = instance.Id

instance.Id = value
public string Id { get; set; }

Property Value

Type: System.String

Remarks

In some cases, an application may need to restart or continue a conversation that was terminated previously. To indicate the conversation that is being restarted, the conversation ID of the previous conversation can be specified. By specifying the ID, continued conversations can be handled more intuitively in the user interface of the remote application.

See Also

Reference

ConversationSettings Class

ConversationSettings Members

Microsoft.Rtc.Collaboration Namespace