Partager via


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

Valeur renvoyée

Type : System.Boolean

Voir aussi

Référence

ClientServiceHost classe

ClientServiceHost - Membres

Microsoft.SharePoint.Client - Espace de noms