バージョン

GetValue(String,TimeSpan) メソッド

派生クラスの定数として定義した文字列IDに基づいて、ViewStateからプロパティ値を取得します。
シンタックス
'宣言
 
Public Overloads Overridable Function GetValue( _
   ByVal id As String, _
   ByVal def As TimeSpan _
) As TimeSpan
public virtual TimeSpan GetValue( 
   string id,
   TimeSpan def
)

パラメータ

id
サブオブジェクトのID (派生クラスの定数として定義)。
def
指定したIDのプロパティ値。
参照