FeedSharingInformation::Since Property

Gets the since value for the FeedSync sharing information or a nullptr when no since value exists.

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

public:
property String^ Since {
	String^ get ();
}

Property Value

Type: System::String
The since value for the FeedSync sharing information or a nullptr when no since value exists.

Sync Framework does not interpret or validate this value in any way.

The since value is used for incremental feeds and represents the lower bound of items that are contained within the feed.

Show: