Gets a collection of the element dependencies.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public DependencyCollection DependOn { get; }
Visual Basic (Declaration)
Public ReadOnly Property DependOn As DependencyCollection
Visual C++
public:
property DependencyCollection^ DependOn {
	DependencyCollection^ get ();
}

See Also