Dela via


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
    Get
'Usage
Dim instance As FeedItemHistory
Dim value As String

value = instance.When
public string When { get; }
public:
property String^ When {
    String^ get ();
}
member When : string
function get When () : String

Property Value

Type: System.String
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

Microsoft.Synchronization.FeedSync Namespace