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