Share via


SecurityTemplatesDataSet.GlobalPermissionsDataTable.FindByWSEC_FEA_ACT_UIDWSEC_TMPL_UID method

Gets the GlobalPermissionsRow object specified by the security feature action and template.

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

Syntax

'Declaration
Public Function FindByWSEC_FEA_ACT_UIDWSEC_TMPL_UID ( _
    WSEC_FEA_ACT_UID As Guid, _
    WSEC_TMPL_UID As Guid _
) As SecurityTemplatesDataSet.GlobalPermissionsRow
'Usage
Dim instance As SecurityTemplatesDataSet.GlobalPermissionsDataTable
Dim WSEC_FEA_ACT_UID As Guid
Dim WSEC_TMPL_UID As Guid
Dim returnValue As SecurityTemplatesDataSet.GlobalPermissionsRow

returnValue = instance.FindByWSEC_FEA_ACT_UIDWSEC_TMPL_UID(WSEC_FEA_ACT_UID, _
    WSEC_TMPL_UID)
public SecurityTemplatesDataSet.GlobalPermissionsRow FindByWSEC_FEA_ACT_UIDWSEC_TMPL_UID(
    Guid WSEC_FEA_ACT_UID,
    Guid WSEC_TMPL_UID
)

Parameters

  • WSEC_FEA_ACT_UID
    Type: System.Guid

    Contains the web security feature action GUID.

  • WSEC_TMPL_UID
    Type: System.Guid

    Contains the web security template GUID.

Return value

Type: WebSvcSecurity.SecurityTemplatesDataSet.GlobalPermissionsRow

See also

Reference

SecurityTemplatesDataSet.GlobalPermissionsDataTable class

SecurityTemplatesDataSet.GlobalPermissionsDataTable members

WebSvcSecurity namespace