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)

Syntax

'Declaration
Public Property IncrementalFeedBaseline As EndpointState
    Get
    Set
'Usage
Dim instance As FeedProducer
Dim value As EndpointState

value = instance.IncrementalFeedBaseline

instance.IncrementalFeedBaseline = value
public EndpointState IncrementalFeedBaseline { get; set; }
public:
property EndpointState^ IncrementalFeedBaseline {
    EndpointState^ get ();
    void set (EndpointState^ value);
}
member IncrementalFeedBaseline : EndpointState with get, set
function get IncrementalFeedBaseline () : EndpointState
function set IncrementalFeedBaseline (value : EndpointState)

Property Value

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

Remarks

When this value is a null reference (Nothing in Visual Basic), a full feed is produced.

See Also

Reference

FeedProducer Class

Microsoft.Synchronization.FeedSync Namespace