AppTile.LastModifiedDate property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property LastModifiedDate As DateTime
Get
'Usage
Dim instance As AppTile
Dim value As DateTime
value = instance.LastModifiedDate
public DateTime LastModifiedDate { get; }
Property value
Type: System.DateTime