SecurityGroupsDataSet.SecurityGroupsRow members
Represents security groups information as a row in the SecurityGroupsDataSet.SecurityGroupsDataTable object.
The SecurityGroupsDataSet.SecurityGroupsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
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.) | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
WSEC_GRP_AD_GROUP | Gets or sets the name of the Active Directory group that is associated with the Project Server security group. | |
WSEC_GRP_AD_GUID | Gets or sets the GUID of the Active Directory group that is associated with the Project Server security group. | |
WSEC_GRP_AD_LASTSYNC | Gets or sets the date when the Active Directory group that is associated with the Project Server security group was last synced. | |
WSEC_GRP_AD_LOG | Gets the synchronization status of the Project Server security group with Active Directory. | |
WSEC_GRP_DESC | Gets or sets the description of the group. | |
WSEC_GRP_NAME | Gets or sets the name of the group. | |
WSEC_GRP_UID | Gets or sets the GUID of the group. |
Top
Methods
Top