PersistentChatPreferenceBundle.SequenceId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 pref bundle is accessed, whether for read or write, the seq ID is incremented.
public:
property int SequenceId { int get(); void set(int value); };
public int SequenceId { get; set; }
member this.SequenceId : int with get, set
Public Property SequenceId As Integer
Property Value
The sequence ID.