FeedSharingInformation::Until Property

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

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

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

Property Value

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

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

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

Show: