Compartilhar via


ClientCallableConstraintAttribute classe

Inheritance hierarchy

System.Object
  System.Attribute
    Microsoft.SharePoint.Client.ClientCallableConstraintAttribute

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

Sintaxe

'Declaração
<AttributeUsageAttribute(AttributeTargets.Property Or AttributeTargets.Field Or AttributeTargets.Parameter Or AttributeTargets.ReturnValue, AllowMultiple := True)> _
Public NotInheritable Class ClientCallableConstraintAttribute _
    Inherits Attribute
'Uso
Dim instance As ClientCallableConstraintAttribute
[AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Parameter|AttributeTargets.ReturnValue, AllowMultiple = true)]
public sealed class ClientCallableConstraintAttribute : Attribute

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

ClientCallableConstraintAttribute membros

Microsoft.SharePoint.Client namespace