Gets or sets properties' names which depend on this control point.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public string[] DependsOn { get; set; }
Visual Basic (Declaration)
Public Property DependsOn As String()
Visual C++
public:
property array<String^>^ DependsOn {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

See Also