Change.Time - Propriété
Gets a value that specifies the time that the object was modified.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Time As DateTime
Get
'Utilisation
Dim instance As Change
Dim value As DateTime
value = instance.Time
public DateTime Time { get; }
Valeur de propriété
Type : System.DateTime
Returns a DateTime.instance representing the time the object was modified.
Remarques
This can be different than the time that the change was committed to the change log.