SPSolutionResourceUsageRecord.EndTime property
取得或設定處於SPSolutionResourceUsageRecord資訊的時間間隔的結束時間。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property EndTime As DateTime
Get
Set
'用途
Dim instance As SPSolutionResourceUsageRecord
Dim value As DateTime
value = instance.EndTime
instance.EndTime = value
public DateTime EndTime { get; set; }
Property value
Type: System.DateTime
SPSolutionResourceUsageRecord的時間間隔結束時間。
請參閱
參照
SPSolutionResourceUsageRecord class