共用方式為


FeedSharingInformation.Expires 屬性

取得 FeedSync 共用資訊的 expires 值,或 null 參考 (在 Visual Basic 中為 Nothing) (沒有任何 expires 值存在時)。

命名空間: 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 值,或 null 參考 (在 Visual Basic 中為 Nothing) (沒有任何 expires 值存在時)。

備註

expires 值代表摘要發行者 (Publisher) 所建議的到期日和時間。若要避免遺失項目更新,訂閱者必須在摘要過期之前讀取摘要。

請參閱

參考

FeedSharingInformation 類別
FeedSharingInformation 成員
Microsoft.Synchronization.FeedSync 命名空間