Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Framework 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