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 the last time the properties of the Office Mobile Service (OMS) messaging Web service were changed.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ServiceUpdateTime As DateTime
Get
'Usage
Dim instance As SPMobileMessageDeliveryReport
Dim value As DateTime
value = instance.ServiceUpdateTime
public DateTime ServiceUpdateTime { get; }
Property Value
Type: System.DateTime
The time of the last change in UTC.
See Also
Reference
SPMobileMessageDeliveryReport Class