次の方法で共有


ExtensionParameter.ValidValues プロパティ

設定に構成可能な値のセットです。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.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<ReportService2005.ValidValue[]
ValidValue オブジェクトの配列です。

関連項目

参照

ExtensionParameter クラス

ReportService2005 名前空間