Share via


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
    Get
'Usage
Dim instance As FeedSharingInformation
Dim value As String

value = instance.Expires
public string Expires { get; }
public:
property String^ Expires {
    String^ get ();
}
member Expires : string
function get Expires () : String

Property Value

Type: System.String
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

Microsoft.Synchronization.FeedSync Namespace