ReportParameter.ValidValues Property
Namespace: Microsoft.TeamFoundation.Client.Reporting
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property ValidValues As ValidValue()
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[])
Property Value
Type: array<Microsoft.TeamFoundation.Client.Reporting.ValidValue[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.