IncrementalFeedBaseline プロパティ
増分フィードを生成する際の基礎として使用されるエンドポイントを取得または設定します。
名前空間: Microsoft.Synchronization.FeedSync
アセンブリ: Microsoft.Synchronization (Microsoft.Synchronization.dll 内)
構文
'宣言
Public Property IncrementalFeedBaseline As EndpointState
Get
Set
'使用
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)
プロパティ値
型 : Microsoft.Synchronization.FeedSync. . :: . .EndpointState
増分フィードを生成する際の基礎として使用されるエンドポイント。
説明
この値が null Nothing nullptr unit NULL 参照 (Visual Basic では Nothing) の場合、完全フィードが作成されます。