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 or sets the last time one of the properties of the Web service changed.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property LastUpdate As DateTime
Get
Set
'Usage
Dim instance As SPMobileMessagingAccount
Dim value As DateTime
value = instance.LastUpdate
instance.LastUpdate = value
public DateTime LastUpdate { get; set; }
Property Value
Type: System.DateTime
The time of the last change to a property of the service.
See Also
Reference
SPMobileMessagingAccount Class