Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'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);
}
/** @property */
public EndpointState get_IncrementalFeedBaseline ()
/** @property */
public void set_IncrementalFeedBaseline (EndpointState value)
public function get IncrementalFeedBaseline () : EndpointState
public function set IncrementalFeedBaseline (value : EndpointState)
Property Value
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
FeedProducer Members
Microsoft.Synchronization.FeedSync Namespace