Gets or sets the parameters this parameter depends on.
'Declaration
Public Property DependsOn As String()
public string[] DependsOn {get; set;}
Property Value
An array of
System.String names representing other parameters that this parameter's value depends upon.