SecurityProjectCategoriesDataSet.GroupRelations property
Gets the information about security group relationships.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property GroupRelations As SecurityProjectCategoriesDataSet.GroupRelationsDataTable
Get
'Usage
Dim instance As SecurityProjectCategoriesDataSet
Dim value As SecurityProjectCategoriesDataSet.GroupRelationsDataTable
value = instance.GroupRelations
[BrowsableAttribute(false)]
public SecurityProjectCategoriesDataSet.GroupRelationsDataTable GroupRelations { get; }
Property value
Type: WebSvcSecurity.SecurityProjectCategoriesDataSet.GroupRelationsDataTable
See also
Reference
SecurityProjectCategoriesDataSet class