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