Właściwość ExtensionParameter.ValidValues
A zestaw wartości, które mogą być skonfigurowane dla zestawting.
Przestrzeń nazw: ReportService2005
Zestaw: ReportService2005 (w ReportService2005.dll)
Składnia
'Deklaracja
Public Property ValidValues As ValidValue()
Get
Set
'Użycie
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[])
Wartość właściwości
Typ: array<ReportService2005.ValidValue[]
Tablica ValidValue obiektów.