Share via


ReportParameter.DefaultValues 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 DefaultValues As String()
'Usage
Dim instance As ReportParameter 
Dim value As String()

value = instance.DefaultValues

instance.DefaultValues = value
public string[] DefaultValues { get; set; }
public:
property array<String^>^ DefaultValues {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
public function get DefaultValues () : String[]
public function set DefaultValues (value : String[])

Property Value

Type: array<System.String[]

.NET Framework Security

See Also

Reference

ReportParameter Class

ReportParameter Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace