Share via


FeedSharingInformation.Until Property

Gets the until value for the FeedSync sharing information or a null reference (Nothing in Visual Basic) when no until value exists.

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

Syntax

'Declaration
Public ReadOnly Property Until As String
    Get
'Usage
Dim instance As FeedSharingInformation
Dim value As String

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

Property Value

Type: System.String
The until value for the FeedSync sharing information or a null reference (Nothing in Visual Basic) when no until value exists.

Remarks

Sync Framework does not interpret or validate this value in any way.

The until value is used for incremental feeds and represents the upper bound of items that are contained within the feed.

See Also

Reference

FeedSharingInformation Class

Microsoft.Synchronization.FeedSync Namespace