Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ruft den Endpunktstatus ab, der als Baseline für die Erstellung eines inkrementellen Feeds dient, oder legt ihn fest.
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)
Eigenschaftenwert
Typ: Microsoft.Synchronization.FeedSync. . :: . .EndpointState
Der Endpunktstatus, der als Baseline für die Erstellung eines inkrementellen Feeds dient.
Hinweise
Wenn dieser Wert NULL lautet, wird ein vollständiger Feed erzeugt.