Share via


FeedItemHistory.Sequence Property

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.

See Also

Reference

FeedItemHistory Class

Microsoft.Synchronization.FeedSync Namespace