Compartilhar via


ClientCallablePropertyAttribute classe

Expõe uma propriedade como acessível ao cliente.

Inheritance hierarchy

System.Object
  System.Attribute
    Microsoft.SharePoint.Client.ClientCallableAttribute
      Microsoft.SharePoint.Client.ClientCallableMemberAttribute
        Microsoft.SharePoint.Client.ClientCallablePropertyAttribute

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

Sintaxe

'Declaração
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False)> _
Public Class ClientCallablePropertyAttribute _
    Inherits ClientCallableMemberAttribute
'Uso
Dim instance As ClientCallablePropertyAttribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)]
public class ClientCallablePropertyAttribute : ClientCallableMemberAttribute

Comentários

A maioria das propriedades que pode ser chamado cliente são indicados pela ClientCallableAttribute. Para personalizar o comportamento do cliente da propriedade, use ClientCallablePropertyAttribute.

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

ClientCallablePropertyAttribute membros

Microsoft.SharePoint.Client namespace