Partager via


ClientServiceHost.IsSetPropertyBlocked - 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 IsSetPropertyBlocked ( _
    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.IsSetPropertyBlocked(typeId, _
    propName, currentUserIsAnonymous)
public virtual bool IsSetPropertyBlocked(
    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