FeedSharingInformation::Expires Property

Gets the expires value for the FeedSync sharing information or a nullptr when no expires value exists.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property String^ Expires {
	String^ get ();
}

Property Value

Type: System::String
The expires value for the FeedSync sharing information or a nullptr when no expires value exists.

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.

Show: