IFieldState<T>.Dependencies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the other fields this one depends on.
public System.Collections.Generic.IEnumerable<string> Dependencies { get; }
member this.Dependencies : seq<string>
Public ReadOnly Property Dependencies As IEnumerable(Of String)
Property Value
List of field names this one depends on.
Remarks
This is mainly useful for Confirmation<T> fields.