FeedProducer::IncrementalFeedBaseline Property

Gets or sets the endpoint state that is used as a baseline for producing an incremental feed.

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

public:
property EndpointState^ IncrementalFeedBaseline {
	EndpointState^ get ();
	void set (EndpointState^ value);
}

Property Value

Type: Microsoft.Synchronization.FeedSync::EndpointState
The endpoint state that is used as a baseline for producing an incremental feed.

When this value is a nullptr, a full feed is produced.

Show: