ServerStub.IsSetPropertyBlocked - Méthode
Returns whether a property set operation is blocked for use.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Overridable Function IsSetPropertyBlocked ( _
propName As String, _
proxyContext As ProxyContext _
) As Boolean
'Utilisation
Dim propName As String
Dim proxyContext As ProxyContext
Dim returnValue As Boolean
returnValue = Me.IsSetPropertyBlocked(propName, _
proxyContext)
protected virtual bool IsSetPropertyBlocked(
string propName,
ProxyContext proxyContext
)
Paramètres
propName
Type : System.StringThe name of the property. This parameter must not be une référence Null (Rien dans Visual Basic).
proxyContext
Type : Microsoft.SharePoint.Client.ProxyContextContains information about the general state of a client request and response operation.
Valeur renvoyée
Type : System.Boolean
true if the property set operation is blocked; otherwise, false.