Compartilhar via


ClientServiceHost.IsGetPropertyBlocked método

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxe

'Declaração
Public Overridable Function IsGetPropertyBlocked ( _
    typeId As Guid, _
    propName As String, _
    currentUserIsAnonymous As Boolean _
) As Boolean
'Uso
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
)

Parâmetros

Valor retornado

Tipo: System.Boolean

Ver também

Referência

ClientServiceHost classe

ClientServiceHost membros

Microsoft.SharePoint.Client namespace