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