BasePermissions.HasPermissions - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function HasPermissions ( _
high As UInteger, _
low As UInteger _
) As Boolean
'Utilisation
Dim instance As BasePermissions
Dim high As UInteger
Dim low As UInteger
Dim returnValue As Boolean
returnValue = instance.HasPermissions(high, _
low)
public bool HasPermissions(
uint high,
uint low
)
Paramètres
- high
Type : System.UInt32
- low
Type : System.UInt32
Valeur renvoyée
Type : System.Boolean