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: 15.0.2.11458
Syntaxpublic string ValidationMethod { get; set; }Property Value
Type:
String
See Also