SecurityGroupsDataSet.SecurityGroupsDataTable class

Represents information about one or more security groups that are contained in SecurityGroupsDataSet.SecurityGroupsRow objects.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      WebSvcSecurity.SecurityGroupsDataSet.SecurityGroupsDataTable

Namespace:  WebSvcSecurity
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SecurityGroupsDataTable _
    Inherits DataTable _
    Implements IEnumerable
'Usage
Dim instance As SecurityGroupsDataSet.SecurityGroupsDataTable
[SerializableAttribute]
public class SecurityGroupsDataTable : DataTable, 
    IEnumerable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SecurityGroupsDataSet.SecurityGroupsDataTable members

WebSvcSecurity namespace