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