FeedSharingInformation.Since Property
Gets the since value for the FeedSync sharing information or a null reference (Nothing in Visual Basic) when no since value exists.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property Since As String
Get
'Usage
Dim instance As FeedSharingInformation
Dim value As String
value = instance.Since
public string Since { get; }
public:
property String^ Since {
String^ get ();
}
member Since : string
function get Since () : String
Property Value
Type: System.String
The since value for the FeedSync sharing information or a null reference (Nothing in Visual Basic) when no since value exists.
Remarks
Sync Framework does not interpret or validate this value in any way.
The since value is used for incremental feeds and represents the lower bound of items that are contained within the feed.