Propriété ValidValues
Gets a set of values that can be configured for the setting.
Espace de noms : ReportService2010
Assembly : ReportService2010 (en ReportService2010.dll)
Syntaxe
'Déclaration
Public Property ValidValues As ValidValue()
Get
Set
'Utilisation
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[])
Valeur de propriété
Type : array<ReportService2010. . :: . .ValidValue> [] () [] []
An array of ValidValue objects.