次の方法で共有


UpdateAttribute.UsingCustomMethod プロパティ

メソッドがカスタム更新操作かどうかを示す値を取得または設定します。

名前空間: System.ServiceModel.DomainServices.Server
アセンブリ: System.ServiceModel.DomainServices.Server (system.servicemodel.domainservices.server.dll 内)

使用方法

'使用
Dim instance As UpdateAttribute
Dim value As Boolean

value = instance.UsingCustomMethod

instance.UsingCustomMethod = value

構文

'宣言
Public Property UsingCustomMethod As Boolean
public bool UsingCustomMethod { get; set; }
public:
property bool UsingCustomMethod {
    bool get ();
    void set (bool value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public boolean get_UsingCustomMethod ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_UsingCustomMethod (boolean value)
CompilerGeneratedAttribute 
public function get UsingCustomMethod () : boolean

CompilerGeneratedAttribute 
public function set UsingCustomMethod (value : boolean)

プロパティ値

メソッドがカスタム更新操作である場合は true、それ以外の場合は false

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008、および Windows 2000

ターゲット プラットフォーム

参照

リファレンス

UpdateAttribute クラス
UpdateAttribute のメンバー
System.ServiceModel.DomainServices.Server 名前空間