SecurityTemplatesDataSet.SecurityTemplates Property
Namespace: WebSvcSecurity
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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