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
- typeId
Tipo: System.Guid
- propName
Tipo: System.String
- currentUserIsAnonymous
Tipo: System.Boolean
Valor retornado
Tipo: System.Boolean