SecurityCategoriesDataSet.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 SecurityCategoriesDataSet.UserRelationsDataTable
Get
'Usage
Dim instance As SecurityCategoriesDataSet
Dim value As SecurityCategoriesDataSet.UserRelationsDataTable
value = instance.UserRelations
[BrowsableAttribute(false)]
public SecurityCategoriesDataSet.UserRelationsDataTable UserRelations { get; }
Property Value
Type: [Security Web service].SecurityCategoriesDataSet.UserRelationsDataTable
See Also
Reference
SecurityCategoriesDataSet Class