ClientCallablePropertyAttribute 类

公开为客户端调用的属性。

继承层次结构

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

命名空间:  Microsoft.SharePoint.Client
程序集:  Microsoft.SharePoint.Client.ServerRuntime(位于 Microsoft.SharePoint.Client.ServerRuntime.dll 中)

语法

声明
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False)> _
Public Class ClientCallablePropertyAttribute _
    Inherits ClientCallableMemberAttribute
用法
Dim instance As ClientCallablePropertyAttribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)]
public class ClientCallablePropertyAttribute : ClientCallableMemberAttribute

备注

ClientCallableAttribute表示大多数客户端调用属性。若要自定义的属性的客户端行为,请使用ClientCallablePropertyAttribute。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

ClientCallablePropertyAttribute 成员

Microsoft.SharePoint.Client 命名空间