ReportParameter.Dependencies Property
Namespace: Microsoft.TeamFoundation.Client.Reporting
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaración
Public Property Dependencies As String()
Get
Set
public string[] Dependencies { get; set; }
public:
property array<String^>^ Dependencies {
array<String^>^ get ();
void set (array<String^>^ value);
}
member Dependencies : string[] with get, set
function get Dependencies () : String[]
function set Dependencies (value : String[])
Property Value
Type: array<System.String[]
.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.