Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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