Share via


ReportParameter.ValidValues Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Proxy.Reporting
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property ValidValues As ValidValue()
'Usage
Dim instance As ReportParameter 
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);
}
public function get ValidValues () : ValidValue[]
public function set ValidValues (value : ValidValue[])

Property Value

Type: array<Microsoft.TeamFoundation.Proxy.Reporting.ValidValue[]

.NET Framework Security

See Also

Reference

ReportParameter Class

ReportParameter Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace