FeedItemHistory.When Property
Gets the when value for the item history or a null reference (Nothing in Visual Basic) when no when value exists.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property When As String
'Usage
Dim instance As FeedItemHistory
Dim value As String
value = instance.When
public string When { get; }
public:
property String^ When {
String^ get ();
}
/** @property */
public String get_When ()
public function get When () : String
Property Value
The when value for the item history or null reference (Nothing in Visual Basic) when no when value exists.
Remarks
Sync Services for FeedSync does not interpret or validate this value in any way.
The when value represents the date and time when the item was changed.
See Also
Reference
FeedItemHistory Class
FeedItemHistory Members
Microsoft.Synchronization.FeedSync Namespace