FeedItemHistory::When Property

Gets the when value for the item history or a nullptr when no when value exists.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property String^ When {
	String^ get ();
}

Property Value

Type: System::String
The when value for the item history or nullptr when no when value exists.

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.

Show: