UserDelegationDataSet.ResourceDelegationsRow.DELEGATE_NAME property
取得模擬的使用者名稱。唯讀的。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property DELEGATE_NAME As String
Get
Set
'用途
Dim instance As UserDelegationDataSet.ResourceDelegationsRow
Dim value As String
value = instance.DELEGATE_NAME
instance.DELEGATE_NAME = value
public string DELEGATE_NAME { get; set; }
Property value
Type: System.String
傳回 String。
請參閱
參照
UserDelegationDataSet.ResourceDelegationsRow class