Поделиться через


SecurityProjectCategoriesDataSet.ProjectCategories Property

Gets the information about project categories.

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 ProjectCategories As SecurityProjectCategoriesDataSet.ProjectCategoriesDataTable
    Get
'Usage
Dim instance As SecurityProjectCategoriesDataSet
Dim value As SecurityProjectCategoriesDataSet.ProjectCategoriesDataTable

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

Property Value

Type: [Security Web service].SecurityProjectCategoriesDataSet.ProjectCategoriesDataTable

See Also

Reference

SecurityProjectCategoriesDataSet Class

SecurityProjectCategoriesDataSet Members

Security Web Service