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
'Usage
Dim instance As FeedSharingInformation
Dim value As String
value = instance.Until
public string Until { get; }
public:
property String^ Until {
String^ get ();
}
/** @property */
public String get_Until ()
public function get Until () : String
Property Value
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
FeedSharingInformation Members
Microsoft.Synchronization.FeedSync Namespace