次の方法で共有


Descriptor.State プロパティ

定義

派生クラスでオーバーライドされた場合、このインスタンスが作成された時点のオブジェクトの状態を取得します。

public:
 property System::Data::Services::Client::EntityStates State { System::Data::Services::Client::EntityStates get(); };
public System.Data.Services.Client.EntityStates State { get; }
member this.State : System.Data.Services.Client.EntityStates
Public ReadOnly Property State As EntityStates

プロパティ値

このインスタンスが作成された時点で返されたオブジェクトの EntityStates

適用対象