| DfsDynamicItemBuilderValidate Method  | 
            Validate will return a string of issues from the item builder.
            When this returns an empty list, the item has been properly build.
            
 
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic override List<string> Validate()
Public Overrides Function Validate As List(Of String)
public:
virtual List<String^>^ Validate() override
abstract Validate : unit -> List<string> 
override Validate : unit -> List<string> 
Return Value
Type: 
ListString
See Also