FeedClockVector::UpdateCount Property

Gets or sets the number of updates that have been made to the FeedSync item.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property unsigned int UpdateCount {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

Type: System::UInt32
The number of updates that have been made to the FeedSync item.

This value corresponds to the updates attribute of the FeedSync item.

Show: