Partager via


SecurityProjectCategoriesDataSet.UserRelations Property

Gets the information about user relations.

Namespace:  [Security Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Security.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Security.asmx?wsdl

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property UserRelations As SecurityProjectCategoriesDataSet.UserRelationsDataTable
    Get
'Usage
Dim instance As SecurityProjectCategoriesDataSet
Dim value As SecurityProjectCategoriesDataSet.UserRelationsDataTable

value = instance.UserRelations
[BrowsableAttribute(false)]
public SecurityProjectCategoriesDataSet.UserRelationsDataTable UserRelations { get; }

Property Value

Type: [Security Web service].SecurityProjectCategoriesDataSet.UserRelationsDataTable

See Also

Reference

SecurityProjectCategoriesDataSet Class

SecurityProjectCategoriesDataSet Members

Security Web Service