Partager via


ServerStub.CheckBlockedSetProperty - Méthode

Checks whether a property set operation is blocked by an administrator.

Espace de noms :  Microsoft.SharePoint.Client
Assembly :  Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)

Syntaxe

'Déclaration
Protected Friend Sub CheckBlockedSetProperty ( _
    propName As String, _
    proxyContext As ProxyContext _
)
'Utilisation
Dim propName As String
Dim proxyContext As ProxyContext

Me.CheckBlockedSetProperty(propName, _
    proxyContext)
protected internal void CheckBlockedSetProperty(
    string propName,
    ProxyContext proxyContext
)

Paramètres

  • propName
    Type : System.String

    The name of the property to check.

Exceptions

Exception Condition
ApiBlockedException

The property is blocked

Voir aussi

Référence

ServerStub classe

ServerStub - Membres

Microsoft.SharePoint.Client - Espace de noms