次の方法で共有


FeedSharingInformation.Until プロパティ

FeedSync 共有情報の until 値を取得します。until 値が存在しない場合は、NULL 参照 (Visual Basic では Nothing) です。 が返されます。

名前空間: Microsoft.Synchronization.FeedSync
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)

構文

'宣言
Public ReadOnly Property Until As String
'使用
Dim instance As FeedSharingInformation
Dim value As String

value = instance.Until
public string Until { get; }
public:
property String^ Until {
    String^ get ();
}
/** @property */
public String get_Until ()
public function get Until () : String

プロパティ値

FeedSync 共有情報の until 値。until 値が存在しない場合は、NULL 参照 (Visual Basic では Nothing) です。 が返されます。

解説

Sync Services for FeedSync では、この値の解釈や検証はまったく行われません。

until 値は増分フィードに使用され、フィード内に含まれている項目の最大値を表します。

参照

リファレンス

FeedSharingInformation クラス
FeedSharingInformation メンバ
Microsoft.Synchronization.FeedSync 名前空間