SPList.Created property
取得建立日期及時間的清單。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Created As DateTime
Get
'用途
Dim instance As SPList
Dim value As DateTime
value = instance.Created
public DateTime Created { get; }
Property value
Type: System.DateTime
指定建立清單時的System.DateTime物件。