SPMobileMessageDeliveryReport.ServiceUpdateTime Property
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