Share via


SecurityTemplatesDataSet.SecurityTemplatesDataTable.FindByWSEC_TMPL_UID method

Gets the SecurityTemplatesRow object specified by the security template.

Namespace:  WebSvcSecurity
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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: WebSvcSecurity.SecurityTemplatesDataSet.SecurityTemplatesRow

See also

Reference

SecurityTemplatesDataSet.SecurityTemplatesDataTable class

SecurityTemplatesDataSet.SecurityTemplatesDataTable members

WebSvcSecurity namespace