バージョン

GetValue(Int32,Boolean) メソッド

派生クラスの定数として定義した文字列IDに基づいて、ClientStateからプロパティ値を取得します。
シンタックス
'宣言
 
Protected Overloads Function GetValue( _
   ByVal index As Integer, _
   ByVal def As Boolean _
) As Boolean
protected bool GetValue( 
   int index,
   bool def
)

パラメータ

index
サブオブジェクトのインデクス(派生クラスの列挙体として定義)。
def
指定したインデクスのプロパティ値。
参照