Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the sequence value for the item history entry.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property Sequence As UInteger
Get
'Usage
Dim instance As FeedItemHistory
Dim value As UInteger
value = instance.Sequence
public uint Sequence { get; }
public:
property unsigned int Sequence {
unsigned int get ();
}
member Sequence : uint32
function get Sequence () : uint
Property Value
Type: System.UInt32
The sequence value for the item history entry.