SPUserProfileADImportUsageEntry.ImportStartTime property
日期/時間匯入的開始時間。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ImportStartTime As DateTime
Get
Set
'用途
Dim instance As SPUserProfileADImportUsageEntry
Dim value As DateTime
value = instance.ImportStartTime
instance.ImportStartTime = value
public DateTime ImportStartTime { get; set; }
Property value
Type: System.DateTime
請參閱
參照
SPUserProfileADImportUsageEntry class