PermissionDataSet.FeaturesDataTable.RemoveFeaturesRow method
Deletes the specified row object from the FeaturesDataTable.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveFeaturesRow ( _
row As PermissionDataSet.FeaturesRow _
)
'Usage
Dim instance As PermissionDataSet.FeaturesDataTable
Dim row As PermissionDataSet.FeaturesRow
instance.RemoveFeaturesRow(row)
public void RemoveFeaturesRow(
PermissionDataSet.FeaturesRow row
)
Parameters
row
Type: WebSvcSecurity.PermissionDataSet.FeaturesRowContains the row that is to be deleted.
See also
Reference
PermissionDataSet.FeaturesDataTable class