SecurityTemplatesDataSet.CategoryPermissionsDataTable.AddCategoryPermissionsRow - Méthode (Guid, Guid, Boolean, Boolean)
Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.
Espace de noms : WebSvcSecurity
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Function AddCategoryPermissionsRow ( _
WSEC_TMPL_UID As Guid, _
WSEC_FEA_ACT_UID As Guid, _
WSEC_ALLOW As Boolean, _
WSEC_DENY As Boolean _
) As SecurityTemplatesDataSet.CategoryPermissionsRow
'Utilisation
Dim instance As SecurityTemplatesDataSet.CategoryPermissionsDataTable
Dim WSEC_TMPL_UID As Guid
Dim WSEC_FEA_ACT_UID As Guid
Dim WSEC_ALLOW As Boolean
Dim WSEC_DENY As Boolean
Dim returnValue As SecurityTemplatesDataSet.CategoryPermissionsRow
returnValue = instance.AddCategoryPermissionsRow(WSEC_TMPL_UID, _
WSEC_FEA_ACT_UID, WSEC_ALLOW, WSEC_DENY)
public SecurityTemplatesDataSet.CategoryPermissionsRow AddCategoryPermissionsRow(
Guid WSEC_TMPL_UID,
Guid WSEC_FEA_ACT_UID,
bool WSEC_ALLOW,
bool WSEC_DENY
)
Paramètres
- WSEC_TMPL_UID
Type : System.Guid
- WSEC_FEA_ACT_UID
Type : System.Guid
- WSEC_ALLOW
Type : System.Boolean
- WSEC_DENY
Type : System.Boolean
Valeur renvoyée
Type : WebSvcSecurity.SecurityTemplatesDataSet.CategoryPermissionsRow
Voir aussi
Référence
SecurityTemplatesDataSet.CategoryPermissionsDataTable classe
SecurityTemplatesDataSet.CategoryPermissionsDataTable - Membres