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
'Usage
Dim instance As FeedItemHistory
Dim value As UInteger
value = instance.Sequence
public uint Sequence { get; }
public:
property unsigned int Sequence {
unsigned int get ();
}
/** @property */
public UInt32 get_Sequence ()
public function get Sequence () : uint
Property Value
The sequence value for the item history entry.
See Also
Reference
FeedItemHistory Class
FeedItemHistory Members
Microsoft.Synchronization.FeedSync Namespace