Share via


SPMobileMessagingAccount.LastUpdate property

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

SPMobileMessagingAccount members

Microsoft.SharePoint.MobileMessage namespace