Compartir a través de


SecurityTemplatesDataSet.SecurityTemplates Property

Gets the information about security templates.

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 SecurityTemplates As SecurityTemplatesDataSet.SecurityTemplatesDataTable
    Get
'Usage
Dim instance As SecurityTemplatesDataSet
Dim value As SecurityTemplatesDataSet.SecurityTemplatesDataTable

value = instance.SecurityTemplates
[BrowsableAttribute(false)]
public SecurityTemplatesDataSet.SecurityTemplatesDataTable SecurityTemplates { get; }

Property Value

Type: [Security Web service].SecurityTemplatesDataSet.SecurityTemplatesDataTable

See Also

Reference

SecurityTemplatesDataSet Class

SecurityTemplatesDataSet Members

Security Web Service