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

Visual Basic (Declaration)
Public 
Property 
SequenceId 
As 
Integer
	
Get
	
Set
Visual Basic (Usage)
Dim 
instance 
As 

GroupChatPreferenceBundle
Dim 
value 
As 
Integer

value = instance.
SequenceId

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

Property Value

Type: System . . :: . . Int32

The sequence ID.

See Also