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