次の方法で共有


FeedSharingInformation.Expires プロパティ

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

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

構文

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

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

プロパティ値

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

解説

expires 値は、フィード パブリッシャーによて提案された有効期限日時を表します。項目更新の機会を逃さないように、サブスクライバーは有効期限が切れる前にフィードを読み取る必要があります。

参照

リファレンス

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