ClientCallableMemberAttribute classe
Inheritance hierarchy
System.Object
System.Attribute
Microsoft.SharePoint.Client.ClientCallableAttribute
Microsoft.SharePoint.Client.ClientCallableMemberAttribute
Microsoft.SharePoint.Client.ClientCallableMethodAttribute
Microsoft.SharePoint.Client.ClientCallablePropertyAttribute
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
<AttributeUsageAttribute(AttributeTargets.Method Or AttributeTargets.Property Or AttributeTargets.Field, AllowMultiple := False)> _
Public Class ClientCallableMemberAttribute _
Inherits ClientCallableAttribute
'Uso
Dim instance As ClientCallableMemberAttribute
[AttributeUsageAttribute(AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public class ClientCallableMemberAttribute : ClientCallableAttribute
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.