ValidValues プロパティ
設定を構成する場合に利用できる値のセットを取得します。
名前空間: ReportService2010
アセンブリ: ReportService2010 (ReportService2010.dll)
構文
'宣言
Public Property ValidValues As ValidValue()
Get
Set
'使用
Dim instance As ExtensionParameter
Dim value As ValidValue()
value = instance.ValidValues
instance.ValidValues = value
public ValidValue[] ValidValues { get; set; }
public:
property array<ValidValue^>^ ValidValues {
array<ValidValue^>^ get ();
void set (array<ValidValue^>^ value);
}
member ValidValues : ValidValue[] with get, set
function get ValidValues () : ValidValue[]
function set ValidValues (value : ValidValue[])
プロパティ値
型: array<ReportService2010. . :: . .ValidValue> [] () [] []
ValidValue オブジェクトの配列です。