ExtensionParameter.ValidValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a set of values that can be configured for the setting.
public:
property cli::array <ReportService2010::ValidValue ^> ^ ValidValues { cli::array <ReportService2010::ValidValue ^> ^ get(); void set(cli::array <ReportService2010::ValidValue ^> ^ value); };
[System.Xml.Serialization.XmlArrayItem("Value")]
public ReportService2010.ValidValue[] ValidValues { get; set; }
[<System.Xml.Serialization.XmlArrayItem("Value")>]
member this.ValidValues : ReportService2010.ValidValue[] with get, set
Public Property ValidValues As ValidValue()
Property Value
An array of ValidValue objects.
- Attributes