ResourceAuthorizationDataSet.SecurityPrincipleCategoryRelations Property
Gets the information about relations between security categories.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property SecurityPrincipleCategoryRelations As ResourceAuthorizationDataSet.SecurityPrincipleCategoryRelationsDataTable
Get
'Usage
Dim instance As ResourceAuthorizationDataSet
Dim value As ResourceAuthorizationDataSet.SecurityPrincipleCategoryRelationsDataTable
value = instance.SecurityPrincipleCategoryRelations
[BrowsableAttribute(false)]
public ResourceAuthorizationDataSet.SecurityPrincipleCategoryRelationsDataTable SecurityPrincipleCategoryRelations { get; }
Property Value
Type: [Resource Web service].ResourceAuthorizationDataSet.SecurityPrincipleCategoryRelationsDataTable
See Also
Reference
ResourceAuthorizationDataSet Class