ClientServiceHost.IsGetPropertyBlocked - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Overridable Function IsGetPropertyBlocked ( _
typeId As Guid, _
propName As String, _
currentUserIsAnonymous As Boolean _
) As Boolean
'Utilisation
Dim instance As ClientServiceHost
Dim typeId As Guid
Dim propName As String
Dim currentUserIsAnonymous As Boolean
Dim returnValue As Boolean
returnValue = instance.IsGetPropertyBlocked(typeId, _
propName, currentUserIsAnonymous)
public virtual bool IsGetPropertyBlocked(
Guid typeId,
string propName,
bool currentUserIsAnonymous
)
Paramètres
- typeId
Type : System.Guid
- propName
Type : System.String
- currentUserIsAnonymous
Type : System.Boolean
Valeur renvoyée
Type : System.Boolean