Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.