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
|
C# |
public
int
SequenceId {
get;
set; }
|
See Also