GroupChatPreferenceBundle.SequenceId Property

Gets or sets the sequence ID. The sequence ID is a monotonically increasing value which governs the revision level of a preference. Every time the preference bundle is accessed, whether for read or write, the sequence ID is incremented.

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

Syntax

'Declaration
Public Property SequenceId As Integer
    Get
    Set
'Usage
Dim instance As GroupChatPreferenceBundle
Dim value As Integer

value = instance.SequenceId

instance.SequenceId = value
public int SequenceId { get; set; }

Property Value

Type: System.Int32
The sequence ID.

See Also

Reference

GroupChatPreferenceBundle Class

GroupChatPreferenceBundle Members

Microsoft.Rtc.Collaboration.GroupChat Namespace