UserDelegationDataSet.ResourceDelegationsRow Members
Include Protected Members
Include Inherited Members
Represents user resource delegations information as a row in the UserDelegationDataSet.ResourceDelegationsDataTable object.
The UserDelegationDataSet.ResourceDelegationsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
DELEGATE_NAME | Gets the name of the impersonated user. Read-only. | |
DELEGATE_UID | Gets or sets the GUID of the impersonated user. | |
DELEGATION_FINISH | Gets or sets the finish time of the delegation. | |
DELEGATION_START | Gets or sets the start date of the delegation. | |
DELEGATION_UID | Gets or sets the delegation GUID. | |
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
RES_NAME | Gets the name of the delegate user. Read-only. | |
RES_UID | Gets or sets the GUID of the delegate user. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top