Partager via


SecurityTemplatesDataSet.SecurityTemplatesDataTable.FindByWSEC_TMPL_UID Method

Gets the SecurityTemplatesRow object specified by the security template.

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
Public Function FindByWSEC_TMPL_UID ( _
    WSEC_TMPL_UID As Guid _
) As SecurityTemplatesDataSet.SecurityTemplatesRow
'Usage
Dim instance As SecurityTemplatesDataSet.SecurityTemplatesDataTable
Dim WSEC_TMPL_UID As Guid
Dim returnValue As SecurityTemplatesDataSet.SecurityTemplatesRow

returnValue = instance.FindByWSEC_TMPL_UID(WSEC_TMPL_UID)
public SecurityTemplatesDataSet.SecurityTemplatesRow FindByWSEC_TMPL_UID(
    Guid WSEC_TMPL_UID
)

Parameters

  • WSEC_TMPL_UID
    Type: System.Guid
    Contains the web security template GUID.

Return Value

Type: [Security Web service].SecurityTemplatesDataSet.SecurityTemplatesRow

See Also

Reference

SecurityTemplatesDataSet.SecurityTemplatesDataTable Class

SecurityTemplatesDataSet.SecurityTemplatesDataTable Members

Security Web Service