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 命名空间