バージョン

GetValue(Int32,String) メソッド

派生クラスの列挙体として定義された整数インデックスに基づいて ClientState Props から文字列プロパティ値を取得します。
シンタックス
'宣言
 
Public Overloads Function GetValue( _
   ByVal index As Integer, _
   ByVal def As String _
) As String
public string GetValue( 
   int index,
   string def
)

パラメータ

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