UserDelegationDataSet.ResourceDelegationsRow.DELEGATE_NAME property
Gets the name of the impersonated user. Read-only.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property DELEGATE_NAME As String
Get
Set
'Usage
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
Returns String.
See also
Reference
UserDelegationDataSet.ResourceDelegationsRow class