バージョン

GetValue(String,SmartDate) メソッド

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

パラメータ

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