Share via


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

value = instance.Dependencies

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

Property Value

Type: array<System.String[]

.NET Framework Security

See Also

Reference

ReportParameter Class

ReportParameter Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace