del método BasePermissions.HasPermissions
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Function HasPermissions ( _
high As UInteger, _
low As UInteger _
) As Boolean
'Uso
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
)
Parámetros
- high
Tipo: System.UInt32
- low
Tipo: System.UInt32
Valor devuelto
Tipo: System.Boolean