PowerTools ActiveReports 9.0J Server 管理者ガイド
Setting コンストラクタ

設定の名前。
設定値。
設定の表示名。
設定の説明。
設定がパスワードを表す場合は、Trueです。
設定のタイプ。
Settingクラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal name As System.String, _
   ByVal value As System.String, _
   ByVal displayName As System.String, _
   ByVal description As System.String, _
   ByVal isPassword As System.Boolean, _
   ByVal type As System.Type _
)
public Setting( 
   System.string name,
   System.string value,
   System.string displayName,
   System.string description,
   System.bool isPassword,
   System.Type type
)

パラメータ

name
設定の名前。
value
設定値。
displayName
設定の表示名。
description
設定の説明。
isPassword
設定がパスワードを表す場合は、Trueです。
type
設定のタイプ。
参照

関連項目

Setting クラス
Setting メンバ

 

 


Copyright © 2015 GrapeCity inc.