UserDelegationDataSet.ResourceDelegationsRow.DELEGATION_START property
取得或設定委派的開始日期。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property DELEGATION_START As DateTime
Get
Set
'用途
Dim instance As UserDelegationDataSet.ResourceDelegationsRow
Dim value As DateTime
value = instance.DELEGATION_START
instance.DELEGATION_START = value
public DateTime DELEGATION_START { get; set; }
Property value
Type: System.DateTime
傳回DateTime。
請參閱
參照
UserDelegationDataSet.ResourceDelegationsRow class