PersistentChatPreferenceBundle.SequenceId Property

Definition

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.

Applies to