Share via


PermissionDataSet.FeaturesDataTable.FindByWSEC_FEA_ACT_UID method

Gets the FeaturesRow object specified by the security feature action.

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

Syntax

'Declaration
Public Function FindByWSEC_FEA_ACT_UID ( _
    WSEC_FEA_ACT_UID As Guid _
) As PermissionDataSet.FeaturesRow
'Usage
Dim instance As PermissionDataSet.FeaturesDataTable
Dim WSEC_FEA_ACT_UID As Guid
Dim returnValue As PermissionDataSet.FeaturesRow

returnValue = instance.FindByWSEC_FEA_ACT_UID(WSEC_FEA_ACT_UID)
public PermissionDataSet.FeaturesRow FindByWSEC_FEA_ACT_UID(
    Guid WSEC_FEA_ACT_UID
)

Parameters

  • WSEC_FEA_ACT_UID
    Type: System.Guid

    Contains the security feature action GUID.

Return value

Type: WebSvcSecurity.PermissionDataSet.FeaturesRow

See also

Reference

PermissionDataSet.FeaturesDataTable class

PermissionDataSet.FeaturesDataTable members

WebSvcSecurity namespace