FeedSharingInformation.Expires Property
Gets the expires value for the FeedSync sharing information or a null reference (Nothing in Visual Basic) when no expires value exists.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property Expires As String
'Usage
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
Property Value
The expires value for the FeedSync sharing information or a null reference (Nothing in Visual Basic) when no expires value exists.
Remarks
The expires value represents the expiration date and time that are suggested by the feed publisher. To avoid missing item updates, subscribers must read the feed before it expires.
See Also
Reference
FeedSharingInformation Class
FeedSharingInformation Members
Microsoft.Synchronization.FeedSync Namespace