ServerStubAttribute クラス

受信したクライアント オブジェクト モデルの要求を処理するためのサーバー上で使用するためのユーザー設定のタイプを宣言するために使用します。

継承階層

System.Object
  System.Attribute
    Microsoft.SharePoint.Client.ServerStubAttribute

名前空間:  Microsoft.SharePoint.Client
アセンブリ:  Microsoft.SharePoint.Client.ServerRuntime (Microsoft.SharePoint.Client.ServerRuntime.dll 内)

構文

'宣言
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public NotInheritable Class ServerStubAttribute _
    Inherits Attribute
'使用
Dim instance As ServerStubAttribute
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class ServerStubAttribute : Attribute

スレッド セーフ

この型のパブリック static (Visual Basic のShared ) メンバーはいずれもスレッド セーフです。インスタンス メンバーはスレッド セーフになるという保証はありません。

関連項目

参照先

ServerStubAttribute メンバー

Microsoft.SharePoint.Client 名前空間