SequenceId Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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