SecurityTemplatesDataSet.SecurityTemplates property
Gets the information about security templates.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcSecurity.SecurityTemplatesDataSet.SecurityTemplatesDataTable
See also
Reference
SecurityTemplatesDataSet class