Share via


SecurityCategoriesDataSet.UserRelationsDataTable.FindByWSEC_CAT_UIDRES_UID Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: [PWA Web service]
Assembly: [PWA Web service proxy assembly].dll

Syntax

'Declaration
<DebuggerNonUserCodeAttribute> _
Public Function FindByWSEC_CAT_UIDRES_UID ( _
    WSEC_CAT_UID As Guid, _
    RES_UID As Guid _
) As UserRelationsRow
'Usage
Dim instance As UserRelationsDataTable
Dim WSEC_CAT_UID As Guid
Dim RES_UID As Guid
Dim returnValue As UserRelationsRow

returnValue = instance.FindByWSEC_CAT_UIDRES_UID(WSEC_CAT_UID, RES_UID)
[DebuggerNonUserCodeAttribute] 
public UserRelationsRow FindByWSEC_CAT_UIDRES_UID (
    Guid WSEC_CAT_UID,
    Guid RES_UID
)

Parameters

  • WSEC_CAT_UID
  • RES_UID

See Also

Reference

SecurityCategoriesDataSet.UserRelationsDataTable Class
SecurityCategoriesDataSet.UserRelationsDataTable Members
[PWA Web service] Namespace