AspectValidationAttributeValidationMethod Property |
Name of the method that runs the validation. The method must take no arguments and return null if successful or a string if not.
Namespace:
Demo3D.Gui.AspectViewer
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntaxpublic string ValidationMethod { get; set; }Property Value
Type:
String
See Also